LeonYoah commented on issue #10928: URL: https://github.com/apache/seatunnel/issues/10928#issuecomment-4518315120
You can try this workaround: ```hocon query = "select createTime as createtime from xxxx_channel_url" ``` This aliases the timestamp column to lowercase, avoiding the field-name case mismatch during Parquet INT96 writing. -- 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]
