kukuzidian opened a new issue #1780:
URL: https://github.com/apache/iceberg/issues/1780
1. use spark stream api create hadoopcatalog tableA . tableA has 5 culumns
,one is TimestampType.withoutZone .
I set this value create by
TimestampData.fromEpochMillis(System.currentTimeMills()) .
2. I use hive command line client , test sql 'select * from tableA' ,this
sql execute is OK. but test 'select count(*) from tableA' occurred exception .
eg : java.lang.ClassCastException: java.time.LocalDateTime cannot be cast to
java.sql.Timestamp
hive-2.3.7
iceberg-0.10.0
spark-3.0.1
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]