vigneshsiva11 commented on PR #3278:
URL: 
https://github.com/apache/datafusion-comet/pull/3278#issuecomment-3841213898

   Thanks for the suggestion.
   
   The original issue can be reproduced with a dictionary-encoded Parquet 
timestamp column and a datediff(current_date(), ts) query, which previously 
failed with an array length mismatch / CometNativeException.
   
   The regression test added in ParquetDatetimeRebaseSuite writes a Parquet 
file with dictionary-encoded timestamps, reads it back, and runs datediff to 
ensure it executes successfully. The test fails on main and passes with this 
fix.
   
   Happy to adjust the test or add more detail if needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to