andygrove commented on issue #4682: URL: https://github.com/apache/datafusion-comet/issues/4682#issuecomment-4836499008
Triage: this is a documentation/consistency issue, not a default-config correctness bug. The native `unix_timestamp` path already handles TimestampNTZ correctly (no timezone conversion) since #4039, and `getSupportLevel` returns `Compatible()` for NTZ to match. The only defect is a stale `getUnsupportedReasons()` string still asserting that Comet "incorrectly applies timezone conversion to TimestampNTZ", which predates #4039. Relabeling to `documentation`/`priority:low`; the fix is to remove/correct that sentence (this differs from #3180 and #2649, where the native path genuinely still diverges). -- 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]
