manesioz commented on PR #377: URL: https://github.com/apache/doris-spark-connector/pull/377#issuecomment-5494799657
@JNSimba Thanks for surfacing that commit, it indeed appears to solve the issue for thrift on doris/server side. However, I'd still like to push for this change on the connector to ensure we're able to remedy the problematic behaviour before that is released. We have a BYOC deployment and rely on Spark to perform critical data exports. We can work around this by unshading and deploying our patched connector, but we would prefer not to carry a custom connector until #67232 is included in a stable Doris release. This patch accepts both representations: it recovers the wall-clock value from older backends while retaining the existing path for timezone-naive values produced after #67232. TIMESTAMPTZ behavior remains unchanged. Would you be open to retaining this as compatibility handling for Doris versions that predate #67232? Let me know your thoughts, thanks. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
