[ https://issues.apache.org/jira/browse/HIVE-19504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16491368#comment-16491368 ]
Hive QA commented on HIVE-19504: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12924841/HIVE-19504.02.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:green}SUCCESS:{color} +1 due to 14393 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/11216/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/11216/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-11216/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12924841 - PreCommit-HIVE-Build > Change default value for hive.auto.convert.join.shuffle.max.size property > ------------------------------------------------------------------------- > > Key: HIVE-19504 > URL: https://issues.apache.org/jira/browse/HIVE-19504 > Project: Hive > Issue Type: Bug > Components: Physical Optimizer > Affects Versions: 3.0.0 > Reporter: Jesus Camacho Rodriguez > Assignee: Jesus Camacho Rodriguez > Priority: Major > Attachments: HIVE-19504.01.patch, HIVE-19504.02.patch, > HIVE-19504.patch > > > The property default value is too low by mistake (10MB), it is missing three > trailing zeros. > {code} > HIVECONVERTJOINMAXSHUFFLESIZE("hive.auto.convert.join.shuffle.max.size", > 10000000L, > "If hive.auto.convert.join.noconditionaltask is off, this parameter > does not take affect. \n" + > "However, if it is on, and the predicted size of the larger input for > a given join is greater \n" + > "than this number, the join will not be converted to a dynamically > partitioned hash join. \n" + > "The value \"-1\" means no limit."), > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)