[
https://issues.apache.org/jira/browse/HIVE-20312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16571120#comment-16571120
]
Hive QA commented on HIVE-20312:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12934551/HIVE-20312.2.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 14841 tests
executed
*Failed tests:*
{noformat}
TestMiniLlapLocalCliDriver - did not produce a TEST-*.xml file (likely timed
out) (batchId=179)
[vector_udf_adaptor_1.q,schema_evol_text_vec_part_llap_io.q,join_is_not_distinct_from.q,tez_schema_evolution.q,vector_multi_insert.q,temp_table.q,cross_product_check_2.q,cte_1.q,partition_pruning.q,vectorization_17.q,reopt_semijoin.q,bucket_groupby.q,vector_outer_join4.q,vector_nullsafe_join.q,materialized_view_partitioned.q,materialized_view_rewrite_3.q,schema_evol_text_nonvec_part_all_primitive_llap_io.q,bucketpruning1.q,schema_evol_orc_acidvec_table.q,vector_groupby6.q,smb_mapjoin_5.q,vector_char_4.q,auto_sortmerge_join_5.q,auto_join0.q,vector_udf_inline.q,results_cache_temptable.q,vector_windowing.q,schema_evol_orc_nonvec_part_all_primitive.q,auto_sortmerge_join_11.q,orc_merge_incompat_writer_version.q]
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/13073/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/13073/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-13073/
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
Tests exited with: TestsFailedException: 1 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12934551 - PreCommit-HIVE-Build
> Allow arrow clients to use their own BufferAllocator with
> LlapOutputFormatService
> ---------------------------------------------------------------------------------
>
> Key: HIVE-20312
> URL: https://issues.apache.org/jira/browse/HIVE-20312
> Project: Hive
> Issue Type: Improvement
> Reporter: Eric Wohlstadter
> Assignee: Eric Wohlstadter
> Priority: Major
> Attachments: HIVE-20312.1.patch, HIVE-20312.2.patch
>
>
> Clients should be able to provide their own BufferAllocator to
> LlapBaseInputFormat if allocator operations depend on client-side logic. For
> example, clients may want to manage the allocator hierarchy per client-side
> task, thread, etc..
> Currently the client is forced to use one global RootAllocator per process.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)