[ https://issues.apache.org/jira/browse/HIVE-8700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14201440#comment-14201440 ]
Hive QA commented on HIVE-8700: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12680031/HIVE-8700.3-spark.patch {color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 7123 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_sample_islocalmode_hook org.apache.hadoop.hive.ql.io.parquet.serde.TestParquetTimestampUtils.testTimezone org.apache.hive.minikdc.TestJdbcWithMiniKdc.testNegativeTokenAuth {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/322/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/322/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-SPARK-Build-322/ Messages: {noformat} 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: 3 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12680031 - PreCommit-HIVE-SPARK-Build > Replace ReduceSink to HashTableSink (or equi.) for small tables [Spark Branch] > ------------------------------------------------------------------------------ > > Key: HIVE-8700 > URL: https://issues.apache.org/jira/browse/HIVE-8700 > Project: Hive > Issue Type: Sub-task > Components: Spark > Reporter: Xuefu Zhang > Assignee: Suhas Satish > Attachments: HIVE-8700-spark.patch, HIVE-8700.2-spark.patch, > HIVE-8700.3-spark.patch, HIVE-8700.patch > > > With HIVE-8616 enabled, the new plan has ReduceSinkOperator for the small > tables. For example, the follow represents the operator plan for the small > table dec1 derived from query {code}explain select /*+ MAPJOIN(dec)*/ * from > dec join dec1 on dec.value=dec1.d;{code} > {code} > Map 2 > Map Operator Tree: > TableScan > alias: dec1 > Statistics: Num rows: 0 Data size: 107 Basic stats: PARTIAL > Column stats: NONE > Filter Operator > predicate: d is not null (type: boolean) > Statistics: Num rows: 0 Data size: 0 Basic stats: NONE > Column stats: NONE > Reduce Output Operator > key expressions: d (type: decimal(5,2)) > sort order: + > Map-reduce partition columns: d (type: decimal(5,2)) > Statistics: Num rows: 0 Data size: 0 Basic stats: NONE > Column stats: NONE > value expressions: i (type: int) > {code} > With the new design for broadcasting small tables, we need to convert the > ReduceSinkOperator with HashTableSinkOperator or equivalent in the new plan. -- This message was sent by Atlassian JIRA (v6.3.4#6332)