[ https://issues.apache.org/jira/browse/HIVE-11548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16120555#comment-16120555 ]
Hive QA commented on HIVE-11548: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12881059/HIVE-11548.4.patch {color:green}SUCCESS:{color} +1 due to 2 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 25 failed/errored test(s), 11003 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestBeeLineDriver.testCliDriver[materialized_view_create_rewrite] (batchId=241) org.apache.hadoop.hive.cli.TestBlobstoreCliDriver.testCliDriver[insert_overwrite_dynamic_partitions_merge_move] (batchId=244) org.apache.hadoop.hive.cli.TestBlobstoreCliDriver.testCliDriver[insert_overwrite_dynamic_partitions_merge_only] (batchId=244) org.apache.hadoop.hive.cli.TestBlobstoreCliDriver.testCliDriver[insert_overwrite_dynamic_partitions_move_only] (batchId=244) org.apache.hadoop.hive.cli.TestMiniSparkOnYarnCliDriver.testCliDriver[spark_dynamic_partition_pruning_mapjoin_only] (batchId=170) org.apache.hadoop.hive.cli.TestMiniSparkOnYarnCliDriver.testCliDriver[spark_vectorized_dynamic_partition_pruning] (batchId=169) org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainuser_3] (batchId=99) org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query23] (batchId=236) org.apache.hadoop.hive.ql.io.orc.TestNewInputOutputFormat.testNewInputFormat (batchId=264) org.apache.hive.hcatalog.api.TestHCatClient.testPartitionRegistrationWithCustomSchema (batchId=180) org.apache.hive.hcatalog.api.TestHCatClient.testPartitionSpecRegistrationWithCustomSchema (batchId=180) org.apache.hive.hcatalog.api.TestHCatClient.testTableSchemaPropagation (batchId=180) org.apache.hive.hcatalog.pig.TestAvroHCatLoader.testColumnarStorePushdown (batchId=183) org.apache.hive.hcatalog.pig.TestAvroHCatLoader.testGetInputBytes (batchId=183) org.apache.hive.hcatalog.pig.TestOrcHCatLoader.testColumnarStorePushdown (batchId=183) org.apache.hive.hcatalog.pig.TestOrcHCatLoader.testGetInputBytes (batchId=183) org.apache.hive.hcatalog.pig.TestParquetHCatLoader.testColumnarStorePushdown (batchId=183) org.apache.hive.hcatalog.pig.TestParquetHCatLoader.testGetInputBytes (batchId=183) org.apache.hive.hcatalog.pig.TestRCFileHCatLoader.testColumnarStorePushdown (batchId=183) org.apache.hive.hcatalog.pig.TestRCFileHCatLoader.testGetInputBytes (batchId=183) org.apache.hive.hcatalog.pig.TestSequenceFileHCatLoader.testColumnarStorePushdown (batchId=183) org.apache.hive.hcatalog.pig.TestSequenceFileHCatLoader.testGetInputBytes (batchId=183) org.apache.hive.hcatalog.pig.TestTextFileHCatLoader.testColumnarStorePushdown (batchId=183) org.apache.hive.hcatalog.pig.TestTextFileHCatLoader.testGetInputBytes (batchId=183) org.apache.hive.jdbc.TestJdbcWithMiniHS2.testHttpRetryOnServerIdleTimeout (batchId=229) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/6323/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/6323/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-6323/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 25 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12881059 - PreCommit-HIVE-Build > HCatLoader should support predicate pushdown. > --------------------------------------------- > > Key: HIVE-11548 > URL: https://issues.apache.org/jira/browse/HIVE-11548 > Project: Hive > Issue Type: New Feature > Components: HCatalog > Affects Versions: 3.0.0 > Reporter: Mithun Radhakrishnan > Assignee: Mithun Radhakrishnan > Attachments: HIVE-11548.1.patch, HIVE-11548.2.patch, > HIVE-11548.3.patch, HIVE-11548.4.patch > > > When one uses {{HCatInputFormat}}/{{HCatLoader}} to read from file-formats > that support predicate pushdown (such as ORC, with > {{hive.optimize.index.filter=true}}), one sees that the predicates aren't > actually pushed down into the storage layer. > The forthcoming patch should allow for filter-pushdown, if any of the > partitions being scanned with {{HCatLoader}} support the functionality. The > patch should technically allow the same for users of {{HCatInputFormat}}, but > I don't currently have a neat interface to build a compound > predicate-expression. Will add this separately, if required. -- This message was sent by Atlassian JIRA (v6.4.14#64029)