Re: [PR] [WIP][SQL] Support TIME in off-heap column vectors [spark]

2025-03-27 Thread via GitHub
MaxGekk commented on code in PR #50428: URL: https://github.com/apache/spark/pull/50428#discussion_r2015780052 ## sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormatSuite.scala: ## @@ -129,6 +131,20 @@ abstract class ParquetFileFormatSuit

Re: [PR] [WIP][SQL] Support TIME in off-heap column vectors [spark]

2025-03-26 Thread via GitHub
MaxGekk commented on code in PR #50428: URL: https://github.com/apache/spark/pull/50428#discussion_r2015780052 ## sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormatSuite.scala: ## @@ -129,6 +131,20 @@ abstract class ParquetFileFormatSuit

[PR] [WIP][SQL] Support TIME in off-heap column vectors [spark]

2025-03-26 Thread via GitHub
MaxGekk opened a new pull request, #50428: URL: https://github.com/apache/spark/pull/50428 ### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### How was