[jira] [Created] (HIVE-21270) A UDTF to show schema (column names and types) of given query

2019-02-14 Thread Shubham Chaurasia (JIRA)
Shubham Chaurasia created HIVE-21270: Summary: A UDTF to show schema (column names and types) of given query Key: HIVE-21270 URL: https://issues.apache.org/jira/browse/HIVE-21270 Project: Hive

[GitHub] ShubhamChaurasia opened a new pull request #534: HIVE-21270: A UDTF to show schema (column names and types) of given q…

2019-02-14 Thread GitBox
ShubhamChaurasia opened a new pull request #534: HIVE-21270: A UDTF to show schema (column names and types) of given q… URL: https://github.com/apache/hive/pull/534 This UDTF helps to retrieve each column name and it's data type that would be produced in resultset when query is executed.

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

2019-02-14 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-463576942 Hi One entry is required in show_functions.q.out check in #532 wherein I put entry for the UDF. Since the ud

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

2019-02-14 Thread GitBox
rmsmani edited a comment 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-463576942 Hi One entry is required in show_functions.q.out check in #532 wherein I put entry for the UDF. ql/sr

[GitHub] sankarh opened a new pull request #535: HIVE-21269: Mandate -update and -delete as DistCp options to sync data files for external tables replication.

2019-02-14 Thread GitBox
sankarh opened a new pull request #535: HIVE-21269: Mandate -update and -delete as DistCp options to sync data files for external tables replication. URL: https://github.com/apache/hive/pull/535 This is an automated message

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

2019-02-14 Thread GitBox
ShubhamChaurasia 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-463598980 @rmsmani thanks, I added it to show_functions.q.out. I am not sure I understand this: > Since the udtf e

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

2019-02-14 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-463793886 Hi Test cases are defined in ql/src/test/queries/clientpositive/show_functions.q Where one test case is writte

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

2019-02-14 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-463794455 Hi Since this function gives the schema for the SQL query its better to have the function name as GET_SQL_SCHEMA -

[jira] [Created] (HIVE-21271) "Error in acquiring locks" when querying a large partitioned table

2019-02-14 Thread Massoud Mazar (JIRA)
Massoud Mazar created HIVE-21271: Summary: "Error in acquiring locks" when querying a large partitioned table Key: HIVE-21271 URL: https://issues.apache.org/jira/browse/HIVE-21271 Project: Hive

[jira] [Created] (HIVE-21272) information_schema.tables should also contain views

2019-02-14 Thread Greg Rahn (JIRA)
Greg Rahn created HIVE-21272: Summary: information_schema.tables should also contain views Key: HIVE-21272 URL: https://issues.apache.org/jira/browse/HIVE-21272 Project: Hive Issue Type: Bug

[GitHub] rmsmani commented on issue #519: HIVE-21141: Fix some spell errors in Hive

2019-02-14 Thread GitBox
rmsmani commented on issue #519: HIVE-21141: Fix some spell errors in Hive URL: https://github.com/apache/hive/pull/519#issuecomment-463928904 Create the git patch file and apply in the JIRA Ticket, so that PRE-COMMIT testing will be done automatically.

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

2019-02-14 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-463929190 HI Create the git diff file and apply in JIRA Ticket, so that the PRE-COMMITS testing will be done automatically. -

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

2019-02-14 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-463929358 Merge the source with your local branch and raise the pull request again, to resolve the conflicting issues. --

[GitHub] xubo245 commented on issue #519: HIVE-21141: Fix some spell errors in Hive

2019-02-14 Thread GitBox
xubo245 commented on issue #519: HIVE-21141: Fix some spell errors in Hive URL: https://github.com/apache/hive/pull/519#issuecomment-463933867 How to build patch? Are there any requirements? This is an automated message from t