[jira] [Commented] (HIVE-17961) NPE during initialization of VectorizedParquetRecordReader when input split is null

2017-11-08 Thread Vihang Karajgaonkar (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-17961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16245102#comment-16245102
 ] 

Vihang Karajgaonkar commented on HIVE-17961:


Test failures are unrelated. The only suspicious failure was 
{{dbtxnmgr_showlocks}} but it works for me locally. Patch committed to branch-2 
and master. Thanks for the review [~Ferd]

> NPE during initialization of VectorizedParquetRecordReader when input split 
> is null
> ---
>
> Key: HIVE-17961
> URL: https://issues.apache.org/jira/browse/HIVE-17961
> Project: Hive
>  Issue Type: Sub-task
>  Components: Hive
>Affects Versions: 3.0.0, 2.4.0
>Reporter: Vihang Karajgaonkar
>Assignee: Vihang Karajgaonkar
> Fix For: 3.0.0, 2.4.0
>
> Attachments: HIVE-17961.01.patch, HIVE-17961.02.patch, 
> HIVE-17961.03.patch, HIVE-17961.04-branch-2.patch, HIVE-17961.05.patch
>
>
> HIVE-16465 introduces the regression which causes a NPE during initialize of 
> the vectorized reader when input split is null. This was already fixed in 
> HIVE-15718 but got exposed again we refactored for HIVE-16465. We should also 
> add a test case to catch such regressions in the future.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HIVE-17961) NPE during initialization of VectorizedParquetRecordReader when input split is null

2017-11-08 Thread Hive QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-17961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16245045#comment-16245045
 ] 

Hive QA commented on HIVE-17961:




Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12896695/HIVE-17961.05.patch

{color:green}SUCCESS:{color} +1 due to 3 test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 8 failed/errored test(s), 11372 tests 
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[dbtxnmgr_showlocks] 
(batchId=77)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[insert_values_orig_table_use_metadata]
 (batchId=62)
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[unionDistinct_1] 
(batchId=146)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[sysdb] 
(batchId=156)
org.apache.hadoop.hive.cli.TestNegativeMinimrCliDriver.testCliDriver[ct_noperm_loc]
 (batchId=94)
org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver[subquery_multi] 
(batchId=111)
org.apache.hadoop.hive.cli.control.TestDanglingQOuts.checkDanglingQOut 
(batchId=206)
org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testConstraints 
(batchId=223)
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/7718/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/7718/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-7718/

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: 8 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12896695 - PreCommit-HIVE-Build

> NPE during initialization of VectorizedParquetRecordReader when input split 
> is null
> ---
>
> Key: HIVE-17961
> URL: https://issues.apache.org/jira/browse/HIVE-17961
> Project: Hive
>  Issue Type: Sub-task
>  Components: Hive
>Affects Versions: 3.0.0, 2.4.0
>Reporter: Vihang Karajgaonkar
>Assignee: Vihang Karajgaonkar
> Attachments: HIVE-17961.01.patch, HIVE-17961.02.patch, 
> HIVE-17961.03.patch, HIVE-17961.04-branch-2.patch, HIVE-17961.05.patch
>
>
> HIVE-16465 introduces the regression which causes a NPE during initialize of 
> the vectorized reader when input split is null. This was already fixed in 
> HIVE-15718 but got exposed again we refactored for HIVE-16465. We should also 
> add a test case to catch such regressions in the future.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HIVE-17961) NPE during initialization of VectorizedParquetRecordReader when input split is null

2017-11-08 Thread Ferdinand Xu (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-17961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16245024#comment-16245024
 ] 

Ferdinand Xu commented on HIVE-17961:
-

LGTM +1

> NPE during initialization of VectorizedParquetRecordReader when input split 
> is null
> ---
>
> Key: HIVE-17961
> URL: https://issues.apache.org/jira/browse/HIVE-17961
> Project: Hive
>  Issue Type: Sub-task
>  Components: Hive
>Affects Versions: 3.0.0, 2.4.0
>Reporter: Vihang Karajgaonkar
>Assignee: Vihang Karajgaonkar
> Attachments: HIVE-17961.01.patch, HIVE-17961.02.patch, 
> HIVE-17961.03.patch, HIVE-17961.04-branch-2.patch, HIVE-17961.05.patch
>
>
> HIVE-16465 introduces the regression which causes a NPE during initialize of 
> the vectorized reader when input split is null. This was already fixed in 
> HIVE-15718 but got exposed again we refactored for HIVE-16465. We should also 
> add a test case to catch such regressions in the future.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HIVE-17961) NPE during initialization of VectorizedParquetRecordReader when input split is null

2017-11-08 Thread Vihang Karajgaonkar (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-17961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1626#comment-1626
 ] 

Vihang Karajgaonkar commented on HIVE-17961:


I don't know why it ran with the same patch again on branch-2. I thought 
precommit picks up the patch versions for master and branch-2 separately :( . 
Attaching v05 for master branch.

> NPE during initialization of VectorizedParquetRecordReader when input split 
> is null
> ---
>
> Key: HIVE-17961
> URL: https://issues.apache.org/jira/browse/HIVE-17961
> Project: Hive
>  Issue Type: Sub-task
>  Components: Hive
>Affects Versions: 3.0.0, 2.4.0
>Reporter: Vihang Karajgaonkar
>Assignee: Vihang Karajgaonkar
> Attachments: HIVE-17961.01.patch, HIVE-17961.02.patch, 
> HIVE-17961.03.patch, HIVE-17961.04-branch-2.patch
>
>
> HIVE-16465 introduces the regression which causes a NPE during initialize of 
> the vectorized reader when input split is null. This was already fixed in 
> HIVE-15718 but got exposed again we refactored for HIVE-16465. We should also 
> add a test case to catch such regressions in the future.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HIVE-17961) NPE during initialization of VectorizedParquetRecordReader when input split is null

2017-11-08 Thread Hive QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-17961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16244359#comment-16244359
 ] 

Hive QA commented on HIVE-17961:




Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12896548/HIVE-17961.04-branch-2.patch

{color:green}SUCCESS:{color} +1 due to 3 test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 11 failed/errored test(s), 10661 tests 
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[explaindenpendencydiffengs]
 (batchId=38)
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[llap_smb] 
(batchId=142)
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[orc_ppd_basic] 
(batchId=139)
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[table_nonprintable]
 (batchId=140)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[join_acid_non_acid]
 (batchId=158)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[union_fast_stats]
 (batchId=153)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vector_if_expr]
 (batchId=144)
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testCliDriver[merge_negative_5]
 (batchId=88)
org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver[explaindenpendencydiffengs]
 (batchId=115)
org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver[vectorized_ptf] 
(batchId=125)
org.apache.hive.hcatalog.api.TestHCatClient.testTransportFailure (batchId=176)
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/7707/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/7707/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-7707/

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: 11 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12896548 - PreCommit-HIVE-Build

> NPE during initialization of VectorizedParquetRecordReader when input split 
> is null
> ---
>
> Key: HIVE-17961
> URL: https://issues.apache.org/jira/browse/HIVE-17961
> Project: Hive
>  Issue Type: Sub-task
>  Components: Hive
>Affects Versions: 3.0.0, 2.4.0
>Reporter: Vihang Karajgaonkar
>Assignee: Vihang Karajgaonkar
> Attachments: HIVE-17961.01.patch, HIVE-17961.02.patch, 
> HIVE-17961.03.patch, HIVE-17961.04-branch-2.patch
>
>
> HIVE-16465 introduces the regression which causes a NPE during initialize of 
> the vectorized reader when input split is null. This was already fixed in 
> HIVE-15718 but got exposed again we refactored for HIVE-16465. We should also 
> add a test case to catch such regressions in the future.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HIVE-17961) NPE during initialization of VectorizedParquetRecordReader when input split is null

2017-11-08 Thread Vihang Karajgaonkar (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-17961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16244318#comment-16244318
 ] 

Vihang Karajgaonkar commented on HIVE-17961:


+1 I will be merging the patch in branch-2 and master (pending precommit result 
of version 3 patch) by EOD unless someone has any concerns.

> NPE during initialization of VectorizedParquetRecordReader when input split 
> is null
> ---
>
> Key: HIVE-17961
> URL: https://issues.apache.org/jira/browse/HIVE-17961
> Project: Hive
>  Issue Type: Sub-task
>  Components: Hive
>Affects Versions: 3.0.0, 2.4.0
>Reporter: Vihang Karajgaonkar
>Assignee: Vihang Karajgaonkar
> Attachments: HIVE-17961.01.patch, HIVE-17961.02.patch, 
> HIVE-17961.03.patch, HIVE-17961.04-branch-2.patch
>
>
> HIVE-16465 introduces the regression which causes a NPE during initialize of 
> the vectorized reader when input split is null. This was already fixed in 
> HIVE-15718 but got exposed again we refactored for HIVE-16465. We should also 
> add a test case to catch such regressions in the future.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HIVE-17961) NPE during initialization of VectorizedParquetRecordReader when input split is null

2017-11-07 Thread Vihang Karajgaonkar (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-17961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16243442#comment-16243442
 ] 

Vihang Karajgaonkar commented on HIVE-17961:


Failures on branch-2 are unrelated. {{vectorized_ptf}} is failing without the 
patch too .. I will create a separate JIRA to fix that. [~Ferd] Would you like 
to take a look?

> NPE during initialization of VectorizedParquetRecordReader when input split 
> is null
> ---
>
> Key: HIVE-17961
> URL: https://issues.apache.org/jira/browse/HIVE-17961
> Project: Hive
>  Issue Type: Sub-task
>  Components: Hive
>Affects Versions: 3.0.0, 2.4.0
>Reporter: Vihang Karajgaonkar
>Assignee: Vihang Karajgaonkar
> Attachments: HIVE-17961.01.patch, HIVE-17961.02.patch, 
> HIVE-17961.03.patch, HIVE-17961.04-branch-2.patch
>
>
> HIVE-16465 introduces the regression which causes a NPE during initialize of 
> the vectorized reader when input split is null. This was already fixed in 
> HIVE-15718 but got exposed again we refactored for HIVE-16465. We should also 
> add a test case to catch such regressions in the future.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HIVE-17961) NPE during initialization of VectorizedParquetRecordReader when input split is null

2017-11-07 Thread Hive QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-17961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16243381#comment-16243381
 ] 

Hive QA commented on HIVE-17961:




Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12896548/HIVE-17961.04-branch-2.patch

{color:green}SUCCESS:{color} +1 due to 3 test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 10 failed/errored test(s), 10661 tests 
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[explaindenpendencydiffengs]
 (batchId=38)
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[llap_smb] 
(batchId=142)
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[orc_ppd_basic] 
(batchId=139)
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[table_nonprintable]
 (batchId=140)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[join_acid_non_acid]
 (batchId=158)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[union_fast_stats]
 (batchId=153)
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testCliDriver[merge_negative_5]
 (batchId=88)
org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver[explaindenpendencydiffengs]
 (batchId=115)
org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver[vectorized_ptf] 
(batchId=125)
org.apache.hive.hcatalog.api.TestHCatClient.testTransportFailure (batchId=176)
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/7695/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/7695/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-7695/

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: 10 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12896548 - PreCommit-HIVE-Build

> NPE during initialization of VectorizedParquetRecordReader when input split 
> is null
> ---
>
> Key: HIVE-17961
> URL: https://issues.apache.org/jira/browse/HIVE-17961
> Project: Hive
>  Issue Type: Sub-task
>  Components: Hive
>Affects Versions: 3.0.0, 2.4.0
>Reporter: Vihang Karajgaonkar
>Assignee: Vihang Karajgaonkar
> Attachments: HIVE-17961.01.patch, HIVE-17961.02.patch, 
> HIVE-17961.03.patch, HIVE-17961.04-branch-2.patch
>
>
> HIVE-16465 introduces the regression which causes a NPE during initialize of 
> the vectorized reader when input split is null. This was already fixed in 
> HIVE-15718 but got exposed again we refactored for HIVE-16465. We should also 
> add a test case to catch such regressions in the future.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HIVE-17961) NPE during initialization of VectorizedParquetRecordReader when input split is null

2017-11-06 Thread Hive QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-17961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241470#comment-16241470
 ] 

Hive QA commented on HIVE-17961:




Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12896274/HIVE-17961.02.patch

{color:green}SUCCESS:{color} +1 due to 3 test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 8 failed/errored test(s), 11367 tests 
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[insert_values_orig_table_use_metadata]
 (batchId=62)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[sysdb] 
(batchId=156)
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainanalyze_2] 
(batchId=102)
org.apache.hadoop.hive.cli.TestNegativeMinimrCliDriver.testCliDriver[ct_noperm_loc]
 (batchId=94)
org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver[subquery_multi] 
(batchId=111)
org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver[vectorization_parquet_projection]
 (batchId=122)
org.apache.hadoop.hive.cli.control.TestDanglingQOuts.checkDanglingQOut 
(batchId=206)
org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testConstraints 
(batchId=223)
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/7671/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/7671/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-7671/

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: 8 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12896274 - PreCommit-HIVE-Build

> NPE during initialization of VectorizedParquetRecordReader when input split 
> is null
> ---
>
> Key: HIVE-17961
> URL: https://issues.apache.org/jira/browse/HIVE-17961
> Project: Hive
>  Issue Type: Sub-task
>  Components: Hive
>Affects Versions: 3.0.0, 2.4.0
>Reporter: Vihang Karajgaonkar
>Assignee: Vihang Karajgaonkar
> Attachments: HIVE-17961.01.patch, HIVE-17961.02.patch
>
>
> HIVE-16465 introduces the regression which causes a NPE during initialize of 
> the vectorized reader when input split is null. This was already fixed in 
> HIVE-15718 but got exposed again we refactored for HIVE-16465. We should also 
> add a test case to catch such regressions in the future.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HIVE-17961) NPE during initialization of VectorizedParquetRecordReader when input split is null

2017-11-03 Thread Hive QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-17961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238124#comment-16238124
 ] 

Hive QA commented on HIVE-17961:




Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12895515/HIVE-17961.01.patch

{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 39 failed/errored test(s), 11353 tests 
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[insert_values_orig_table_use_metadata]
 (batchId=62)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[sysdb] 
(batchId=156)
org.apache.hadoop.hive.cli.TestNegativeMinimrCliDriver.testCliDriver[ct_noperm_loc]
 (batchId=94)
org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver[subquery_multi] 
(batchId=111)
org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver[vectorization_parquet_projection]
 (batchId=122)
org.apache.hadoop.hive.cli.control.TestDanglingQOuts.checkDanglingQOut 
(batchId=206)
org.apache.hadoop.hive.ql.exec.tez.TestWorkloadManager.testAmPoolInteractions 
(batchId=281)
org.apache.hadoop.hive.ql.exec.tez.TestWorkloadManager.testApplyPlanQpChanges 
(batchId=281)
org.apache.hadoop.hive.ql.exec.tez.TestWorkloadManager.testApplyPlanUserMapping 
(batchId=281)
org.apache.hadoop.hive.ql.exec.tez.TestWorkloadManager.testAsyncSessionInitFailures
 (batchId=281)
org.apache.hadoop.hive.ql.exec.tez.TestWorkloadManager.testClusterFractions 
(batchId=281)
org.apache.hadoop.hive.ql.exec.tez.TestWorkloadManager.testDestroyAndReturn 
(batchId=281)
org.apache.hadoop.hive.ql.exec.tez.TestWorkloadManager.testQueueing 
(batchId=281)
org.apache.hadoop.hive.ql.exec.tez.TestWorkloadManager.testReopen (batchId=281)
org.apache.hadoop.hive.ql.exec.tez.TestWorkloadManager.testReuse (batchId=281)
org.apache.hadoop.hive.ql.exec.tez.TestWorkloadManager.testReuseWithDifferentPool
 (batchId=281)
org.apache.hadoop.hive.ql.exec.tez.TestWorkloadManager.testReuseWithQueueing 
(batchId=281)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedColumnReader.decimalRead 
(batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedColumnReader.structReadSomeNull
 (batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedColumnReader.testBinaryRead 
(batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedColumnReader.testBooleanRead 
(batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedColumnReader.testDoubleRead 
(batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedColumnReader.testFloatRead 
(batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedColumnReader.testIntRead 
(batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedColumnReader.testLongRead 
(batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedColumnReader.testNestedStructRead
 (batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedColumnReader.testNullSplitForParquetReader
 (batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedColumnReader.testStructRead 
(batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedDictionaryEncodingColumnReader.decimalRead
 (batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedDictionaryEncodingColumnReader.structReadSomeNull
 (batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedDictionaryEncodingColumnReader.testBinaryRead
 (batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedDictionaryEncodingColumnReader.testDoubleRead
 (batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedDictionaryEncodingColumnReader.testFloatRead
 (batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedDictionaryEncodingColumnReader.testIntRead
 (batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedDictionaryEncodingColumnReader.testLongRead
 (batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedDictionaryEncodingColumnReader.testNestedStructRead
 (batchId=264)
org.apache.hadoop.hive.ql.io.parquet.TestVectorizedDictionaryEncodingColumnReader.testStructRead
 (batchId=264)
org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testConstraints 
(batchId=223)
org.apache.hive.jdbc.TestJdbcDriver2.testSelectExecAsync2 (batchId=230)
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/7618/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/7618/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-7618/

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: 39 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12895515 - PreCommit-HIVE-Build

> NPE during