[
https://issues.apache.org/jira/browse/IMPALA-14522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18035402#comment-18035402
]
ASF subversion and git services commented on IMPALA-14522:
----------------------------------------------------------
Commit f34dea9b6f93d60cf2af2a0124a188ddd5e0bd31 in impala's branch
refs/heads/master from Riza Suminto
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=f34dea9b6 ]
IMPALA-14522: Fix test_paimon_show_stats after DST ends
Test failed due to mismatch on "Last Creation Time" matching. This patch
fix the assertion with simple regex.
Testing:
Pass test_paimon.py.
Change-Id: I6855c0014111cef18318cdc4904782097a070ced
Reviewed-on: http://gerrit.cloudera.org:8080/23619
Reviewed-by: Mihaly Szjatinya <[email protected]>
Reviewed-by: Michael Smith <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> test_paimon_show_stats start failing after daylight saving time end
> -------------------------------------------------------------------
>
> Key: IMPALA-14522
> URL: https://issues.apache.org/jira/browse/IMPALA-14522
> Project: IMPALA
> Issue Type: Bug
> Components: Test
> Reporter: Riza Suminto
> Assignee: Riza Suminto
> Priority: Minor
>
> Test failed due to mismatch on "Last Creation Time" matching.
> {code:java}
> SHOW PARTITIONS functional_parquet.paimon_partitioned;
> -- 2025-11-02 07:51:43,438 INFO MainThread:
> 554ee5c8ebeb92c4:d700fa2100000000: query started
> -- 2025-11-02 07:51:43,439 INFO MainThread:
> 554ee5c8ebeb92c4:d700fa2100000000: getting log for operation
> -- 2025-11-02 07:51:43,439 INFO MainThread:
> 554ee5c8ebeb92c4:d700fa2100000000: getting runtime profile operation
> -- 2025-11-02 07:51:43,439 INFO MainThread:
> 554ee5c8ebeb92c4:d700fa2100000000: closing query for operation
> -- 2025-11-02 07:51:43,471 ERROR MainThread: Comparing QueryTestResults
> (expected vs actual):
> 'userId=1',53,1,1301,1748992355201 != 'userId=1',53,1,1301,1748988755201
> 'userId=2',129,1,1657,1748992355155 != 'userId=2',129,1,1657,1748988755155
> 'userId=3',51,1,1301,1748992355131 != 'userId=3',51,1,1301,1748988755131
> 'userId=4',21,1,1101,1748992355224 != 'userId=4',21,1,1101,1748988755224
> 'userId=5',198,1,1922,1748992355177 != 'userId=5',198,1,1922,1748988755177
> {code}
> We can replace that with regex.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]