nsivabalan commented on issue #2537: URL: https://github.com/apache/hudi/issues/2537#issuecomment-774126082
@jiangok2006 : may be in the mean time, you can try out below sql query. ``` SELECT *, cast(a.Metadata.processingTime as long) processingTime2 FROM <SRC> ``` Also, have you tried delta streamer before and you are running into this issue w/ with this sql transformer or this is the first time you are trying out deltastreamer? we will get some insights into whether we need to look at everything or just the transformer. ---------------------------------------------------------------- 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]
