dengzhhu653 commented on code in PR #6450: URL: https://github.com/apache/hive/pull/6450#discussion_r3278212624
########## ql/src/test/queries/clientpositive/partitions_filter_default.q: ########## @@ -1,3 +1,4 @@ +--! qt:disabled:HIVE-25965 Review Comment: I cannot reproduce the issue locally as well. It sounds like Derby is scanning over the whole `PARTITION_KEY_VALS` instead of just those for `ptestfilter`, which contains the partition values(like `2008-04-09`) from `srcpart`. The direct sql query is the same as the one locally, and I don't change the MetastoreDirectSql, not sure why it happens on the CI so frequently. I think it's not related to my patch, somehow we hit a Derby issue. -- 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]
