ArnavBalyan opened a new pull request, #9485:
URL: https://github.com/apache/paimon/pull/9485
### Purpose
- Analyzing a table with timestamp ntz columns causes ClassCastException.
- Spark reports timestamp ntz statistics as microsecond long values, but
converter attempts to serialize them directly as timestamps.
- Convert the statistics to Paimon timestamps before persisting them.
### Tests
- UT
--
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]