Uh oh!
There was an error while loading. Please reload this page.
[bugfix](arrow) Fix time zone issues and accuracy issues - #38215
Conversation
doris-robot
commented
Jul 22, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
liugddx
commented
Jul 22, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jul 22, 2024
TPC-H: Total hot run time: 39758 ms |
doris-robot
commented
Jul 22, 2024
TPC-DS: Total hot run time: 174221 ms |
doris-robot
commented
Jul 22, 2024
ClickBench: Total hot run time: 30.55 s |
liugddx
commented
Jul 23, 2024
run buildall |
liugddx
commented
Jul 23, 2024
liugddx
commented
Jul 23, 2024
@xinyiZzz PTAL |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jul 23, 2024
TPC-H: Total hot run time: 40048 ms |
doris-robot
commented
Jul 23, 2024
TPC-DS: Total hot run time: 173102 ms |
doris-robot
commented
Jul 23, 2024
ClickBench: Total hot run time: 30.56 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
zclllyybb
commented
Jul 23, 2024
is it possible to add some test? |
liugddx
commented
Jul 23, 2024
I will fix all test case error |
Uh oh!
There was an error while loading. Please reload this page.
liugddx
commented
Jul 23, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jul 23, 2024
TPC-H: Total hot run time: 40560 ms |
doris-robot
commented
Jul 23, 2024
TPC-DS: Total hot run time: 173892 ms |
doris-robot
commented
Jul 23, 2024
ClickBench: Total hot run time: 31.01 s |
PR approved by at least one committer and no changes requested. |
pick apache#38215 --------- Co-authored-by: Zou Xinyi <zouxinyi@selectdb.com>
* [pick](branch-2.1) pick apache#38215 (apache#43386) pick apache#38215 --------- Co-authored-by: Zou Xinyi <zouxinyi@selectdb.com> * pick apache#43929 * pick apache#43960
…676) Background: PR apache/doris#38215 added timezone support to datetime. Versions prior to this PR hardcoded the use of TimeStampMicroVector, whereas subsequent versions return TimeStampTZVector. Consequently, to ensure compatibility, the connector inferred the time unit based on the timestamp itself. Changes: Since datetime is inherently timezone-agnostic, PR apache/doris#65823 removed the timezone from datetime, causing it to return a native timestamp; timestamptz continues to return TimeStampTZVector. Connector Adaptation: No conversion is performed if there is no timezone; the existing default conversion logic is applied if a timezone is present. Impact: Reading datetime data may result in errors on versions prior to PR apache/doris#38215.
…366) Background: PR apache/doris#38215 added timezone support to datetime. Versions prior to this PR hardcoded the use of TimeStampMicroVector, whereas subsequent versions return TimeStampTZVector. Consequently, to ensure compatibility, the connector inferred the time unit based on the timestamp itself. Changes: Since datetime is inherently timezone-agnostic, PR apache/doris#65823 removed the timezone from datetime, causing it to return a native timestamp; timestamptz continues to return TimeStampTZVector. Connector Adaptation: No conversion is performed if there is no timezone; the existing default conversion logic is applied if a timezone is present. Impact: Reading datetime data may result in errors on versions prior to PR apache/doris#38215.


Proposed changes
Issue Number: close#38174