[jira] [Created] (HIVE-21285) hive 3.1.1 on druid create/insert/select bug summary

2019-02-18 Thread xiao123 (JIRA)
xiao123 created HIVE-21285: -- Summary: hive 3.1.1 on druid create/insert/select bug summary Key: HIVE-21285 URL: https://issues.apache.org/jira/browse/HIVE-21285 Project: Hive Issue Type: Bug

Re: Null pointer exception on running compaction against an MM table

2019-02-18 Thread Vaibhav Gumashta
The approach is similar, but it is not identical. Let me go over the query based compaction codepath to see if I spot this bug there. Thanks, --Vaibhav From: Aditya Shah Date: Saturday, February 16, 2019 at 3:44 AM To: Vaibhav Gumashta Cc: "dev@hive.apache.org" , Eugene Koifman , Gopal

Serialization of HiveRelNodes

2019-02-18 Thread mark pasterkamp
Dear all, First of all, I am sorry if I sent this message twice, I received no confirmation of my previous email actually reaching the mailing list. For my project I want to be able to access the HiveRelNodes for some extended semantic analysis. By extending the hookcontext and adding a new

[GitHub] sankarh closed pull request #539: HIVE-21281: Repl checkpointing doesn't work while retry bootstrap load with partitions of external tables.

2019-02-18 Thread GitBox
sankarh closed pull request #539: HIVE-21281: Repl checkpointing doesn't work while retry bootstrap load with partitions of external tables. URL: https://github.com/apache/hive/pull/539 This is an automated message from the

Re: Review Request 69918: HIVE-21001 Update to Calcite 1.18

2019-02-18 Thread Zoltan Haindrich
> On Feb. 7, 2019, 10:16 p.m., Ashutosh Chauhan wrote: > > ql/src/test/results/clientpositive/llap/subquery_multi.q.out > > Lines 2312-2313 (patched) > > > > > > Worse plan than earlier. It seems like more

[jira] [Created] (HIVE-21284) StatsWork should use footer scan for Parquet

2019-02-18 Thread Antal Sinkovits (JIRA)
Antal Sinkovits created HIVE-21284: -- Summary: StatsWork should use footer scan for Parquet Key: HIVE-21284 URL: https://issues.apache.org/jira/browse/HIVE-21284 Project: Hive Issue Type:

[GitHub] maheshk114 commented on a change in pull request #539: HIVE-21281: Repl checkpointing doesn't work while retry bootstrap load with partitions of external tables.

2019-02-18 Thread GitBox
maheshk114 commented on a change in pull request #539: HIVE-21281: Repl checkpointing doesn't work while retry bootstrap load with partitions of external tables. URL: https://github.com/apache/hive/pull/539#discussion_r257690116 ## File path:

[GitHub] rmsmani commented on issue #534: HIVE-21270: A UDTF to show schema (column names and types) of given q…

2019-02-18 Thread GitBox
rmsmani commented on issue #534: HIVE-21270: A UDTF to show schema (column names and types) of given q… URL: https://github.com/apache/hive/pull/534#issuecomment-464691727 +1 This is an automated message from the Apache Git

[GitHub] rmsmani commented on issue #388: HIVE-20057: Fix Hive table conversion DESCRIBE table bug

2019-02-18 Thread GitBox
rmsmani commented on issue #388: HIVE-20057: Fix Hive table conversion DESCRIBE table bug URL: https://github.com/apache/hive/pull/388#issuecomment-464675581 +1 This is an automated message from the Apache Git Service. To

[GitHub] rmsmani commented on issue #415: desc table Command optimize

2019-02-18 Thread GitBox
rmsmani commented on issue #415: desc table Command optimize URL: https://github.com/apache/hive/pull/415#issuecomment-464672723 What's the JIRA number for this. If Jira ticket is not available for this, create the ticket in Below URL, (under HIVE project)

[GitHub] rmsmani commented on issue #405: There a negative number of splits need be avoided

2019-02-18 Thread GitBox
rmsmani commented on issue #405: There a negative number of splits need be avoided URL: https://github.com/apache/hive/pull/405#issuecomment-464672343 What's the JIRA number for this. If Jira ticket is not available for this, create the ticket in Below URL, (under HIVE project)

[GitHub] rmsmani commented on issue #454: findBestMatch() tests the inclusion of default partition name

2019-02-18 Thread GitBox
rmsmani commented on issue #454: findBestMatch() tests the inclusion of default partition name URL: https://github.com/apache/hive/pull/454#issuecomment-464672488 What's the JIRA Ticket number for this... This is an

[GitHub] rmsmani opened a new pull request #540: HIVE-21283 Synonyms for the existing functions

2019-02-18 Thread GitBox
rmsmani opened a new pull request #540: HIVE-21283 Synonyms for the existing functions URL: https://github.com/apache/hive/pull/540 mid for substr position for Locate @pvary Kindly review and merge to master This

How to use Replace Columns function

2019-02-18 Thread Yasunori Oto
Hi all, We have been developing the schema-less file format like JSONSerDe. https://github.com/yahoojapan/yosegi We implement its SerDe to access data by their column names. Then, we want to define and change the table at any field names. We found the Replace Columns function in Hive.