Re: Review Request 72675: Improve key evictions in VectorGroupByOperator

2020-07-20 Thread Rajesh Balamohan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72675/ --- (Updated July 21, 2020, 2:10 a.m.) Review request for hive, Ashutosh Chauhan

[jira] [Created] (HIVE-23886) Filter Query on External table produce no result if hive.metastore.expression.proxy set to MsckPartitionExpressionProxy

2020-07-20 Thread Rajkumar Singh (Jira)
Rajkumar Singh created HIVE-23886: - Summary: Filter Query on External table produce no result if hive.metastore.expression.proxy set to MsckPartitionExpressionProxy Key: HIVE-23886 URL:

[jira] [Created] (HIVE-23885) Remove Hive on Spark

2020-07-20 Thread David Mollitor (Jira)
David Mollitor created HIVE-23885: - Summary: Remove Hive on Spark Key: HIVE-23885 URL: https://issues.apache.org/jira/browse/HIVE-23885 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-23884) SemanticAnalyze exception when addressing field with table name in group by

2020-07-20 Thread Rajesh Balamohan (Jira)
Rajesh Balamohan created HIVE-23884: --- Summary: SemanticAnalyze exception when addressing field with table name in group by Key: HIVE-23884 URL: https://issues.apache.org/jira/browse/HIVE-23884

[jira] [Created] (HIVE-23883) Streaming does not flush the side file

2020-07-20 Thread Peter Vary (Jira)
Peter Vary created HIVE-23883: - Summary: Streaming does not flush the side file Key: HIVE-23883 URL: https://issues.apache.org/jira/browse/HIVE-23883 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-23882) Compiler should skip MJ keyExpr for probe optimization

2020-07-20 Thread Panagiotis Garefalakis (Jira)
Panagiotis Garefalakis created HIVE-23882: - Summary: Compiler should skip MJ keyExpr for probe optimization Key: HIVE-23882 URL: https://issues.apache.org/jira/browse/HIVE-23882 Project: Hive

[jira] [Created] (HIVE-23881) Deprecate get_open_txns to use get_open_txns_req method.

2020-07-20 Thread Aasha Medhi (Jira)
Aasha Medhi created HIVE-23881: -- Summary: Deprecate get_open_txns to use get_open_txns_req method. Key: HIVE-23881 URL: https://issues.apache.org/jira/browse/HIVE-23881 Project: Hive Issue

[jira] [Created] (HIVE-23879) Data has been lost after table location was altered

2020-07-20 Thread Demyd (Jira)
Demyd created HIVE-23879: Summary: Data has been lost after table location was altered Key: HIVE-23879 URL: https://issues.apache.org/jira/browse/HIVE-23879 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-23880) Bloom filters can be merged in a parallel way in VectorUDAFBloomFilterMerge

2020-07-20 Thread Jira
László Bodor created HIVE-23880: --- Summary: Bloom filters can be merged in a parallel way in VectorUDAFBloomFilterMerge Key: HIVE-23880 URL: https://issues.apache.org/jira/browse/HIVE-23880 Project:

Re: 【Hive Alter Table Add column at specified position】

2020-07-20 Thread Rui Li
Yeah, according to our DDL doc, we don't support this use case at the moment. Perhaps you can use REPLACE COLUMNS as a workaround. On Sat, Jun 27, 2020 at 5:32 PM 忝忝向仧 <153488...@qq.com> wrote: > Hi,all: > > > It seems that Hive can not alter table to add column atspecified > position. > For