cdmikechen commented on issue #2544: URL: https://github.com/apache/hudi/issues/2544#issuecomment-810215526
@nsivabalan hive2 use `java.sql.timestamp` to describe timestamp type and hive3 use a new custom timestamp class to describe it. So that hive2 and hive3 have two different way to solve this issue. I've create a custom serd class to solve this problem and a new commit to show my changed in my fork https://github.com/cdmikechen/hudi/commit/b1b03d19174507677740766d007875b5caede665 about hive2. And it is tested in hive 2.3.6. But I still need to improve some test cases and a new hive3 solution and more info about how to config in `hive-site.xml`. It may take some time. -- 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]
