wangxianghu commented on pull request #2105: URL: https://github.com/apache/hudi/pull/2105#issuecomment-698074779
@bhasudha This exception occurs because the methods to generate data in `QuickstartUtils` treated `ts` filed as `long` type, while the schema provided by `QuickstartUtils` shows `ts` is `double` type. ---------------------------------------------------------------- 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]
