[ 
https://issues.apache.org/jira/browse/IMPALA-14406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18019585#comment-18019585
 ] 

Dániel Gábor Vankó edited comment on IMPALA-14406 at 9/11/25 12:27 PM:
-----------------------------------------------------------------------

on newer Iceberg versions (e.g. 1.5.2) 
{noformat}
"start_time_day":null,"end_time_month":null{noformat}
will not be in the results when calling SHOW PARTITIONS


was (Author: JIRAUSER308518):
on newer Iceberg versions (e.g. 1.5.2) 

"start_time_day":null,"end_time_month":null

will not be in the results when calling SHOW PARTITIONS

> test_column_case_sensitivity fails on some builds
> -------------------------------------------------
>
>                 Key: IMPALA-14406
>                 URL: https://issues.apache.org/jira/browse/IMPALA-14406
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Dániel Gábor Vankó
>            Assignee: Dániel Gábor Vankó
>            Priority: Major
>              Labels: broken-build
>
> test_column_case_sensitivity fails in some build
> newly introduced tests in QueryTest/iceberg-column-case-sensitivity-issue by  
> [IMPALA-14290|http://issues.apache.org/jira/browse/IMPALA-14290]
> Error Message
> {noformat}
> query_test/test_iceberg.py:280: in test_column_case_sensitivity     
> self.run_test_case('QueryTest/iceberg-column-case-sensitivity-issue', 
> common/impala_test_suite.py:979: in run_test_case     
> self.__verify_results_and_errors(vector, test_section, result, use_db) 
> common/impala_test_suite.py:775: in __verify_results_and_errors     
> verify_raw_results(test_section, result, vector, 
> common/test_result_verifier.py:540: in verify_raw_results     
> VERIFIER_MAP[verifier](expected, actual) common/test_result_verifier.py:322: 
> in verify_query_result_is_equal     assert expected_results == actual_results 
> E   assert Comparing QueryTestResults (expected vs actual): E     
> '{"start_time_day":null,"end_time_month":null,"start_time_month":"646","end_time_day":"19916"}',1,1
>  != '{"start_time_month":"646","end_time_day":"19916"}',1,1 E     
> '{"start_time_day":null,"end_time_month":null,"start_time_month":"647","end_time_day":"19916"}',1,1
>  != '{"start_time_month":"647","end_time_day":"19916"}',1,1 E     
> '{"start_time_day":null,"end_time_month":null,"start_time_month":"647","end_time_day":"19947"}',2,2
>  != '{"start_time_month":"647","end_time_day":"19947"}',2,2{noformat}
> Stacktrace
> {noformat}
> query_test/test_iceberg.py:280: in test_column_case_sensitivity
>     self.run_test_case('QueryTest/iceberg-column-case-sensitivity-issue',
> common/impala_test_suite.py:979: in run_test_case
>     self.__verify_results_and_errors(vector, test_section, result, use_db)
> common/impala_test_suite.py:775: in __verify_results_and_errors
>     verify_raw_results(test_section, result, vector,
> common/test_result_verifier.py:540: in verify_raw_results
>     VERIFIER_MAP[verifier](expected, actual)
> common/test_result_verifier.py:322: in verify_query_result_is_equal
>     assert expected_results == actual_results
> E   assert Comparing QueryTestResults (expected vs actual):
> E     
> '{"start_time_day":null,"end_time_month":null,"start_time_month":"646","end_time_day":"19916"}',1,1
>  != '{"start_time_month":"646","end_time_day":"19916"}',1,1
> E     
> '{"start_time_day":null,"end_time_month":null,"start_time_month":"647","end_time_day":"19916"}',1,1
>  != '{"start_time_month":"647","end_time_day":"19916"}',1,1
> E     
> '{"start_time_day":null,"end_time_month":null,"start_time_month":"647","end_time_day":"19947"}',2,2
>  != '{"start_time_month":"647","end_time_day":"19947"}',2,2{noformat}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to