[
https://issues.apache.org/jira/browse/HIVE-18423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16320480#comment-16320480
]
ASF GitHub Bot commented on HIVE-18423:
---------------------------------------
GitHub user msydoron opened a pull request:
https://github.com/apache/hive/pull/288
HIVE-18423
Added full support for jdbc external tables in hive.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shmushkis/hive master_yoni
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/288.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #288
----
commit 4e5dbb01f8d509bc18a82943c27ec62691baa0f4
Author: msydoron <msydoron@...>
Date: 2017-12-19T09:02:57Z
Integrate jethro jdbc updates into master_yoni
commit b18008e5bea82528bbd269da129831b3c333ff9c
Author: msydoron <msydoron@...>
Date: 2017-12-19T11:21:15Z
jethro integration added missing file HiveRelColumnsAlignment.java
commit 960f5bbe6bfcbfc9447d6b386a184827edb74a03
Author: msydoron <msydoron@...>
Date: 2017-12-19T13:01:27Z
Updated MyRules to use the jdbc convention from the converter.
commit 0a290845600a19692f8de8bbb99f344a49633a38
Author: msydoron <msydoron@...>
Date: 2017-12-20T14:21:59Z
Added support for hive quering through jdbc for all jethro types.
Removed dead code and refactor
commit 52317dba6ec78f825db789ea976f91de864dbb1e
Author: msydoron <msydoron@...>
Date: 2017-12-21T11:57:54Z
Fixed count(*) for HiveSqlCountAggFunction
Fixed MySortRule
Fixed addLimitToQuery() for sorted queries
commit b4a6c87cfa3aba0513d11a21f4e00ed55d02b3be
Author: msydoron <msydoron@...>
Date: 2017-12-24T16:20:48Z
Invoke the jdbc rules after calcite invokes its rules
commit 3a2d1e5af73ba1147cf3f697d6e3c27f3f9ce262
Author: msydoron <msydoron@...>
Date: 2017-12-31T15:04:34Z
Added proto support for jethro 'show functions'
commit cd59a56d03eb816a51057643654cba04036d9289
Author: msydoron <msydoron@...>
Date: 2018-01-02T13:16:18Z
Fixed some issues raised by 'show functions' support
commit 4637c02f8708a468ac9b93c52e04b24bf478b590
Author: msydoron <msydoron@...>
Date: 2018-01-02T16:20:40Z
Initialize the dialect where it generated
commit 23ab2538312f414838245130ae8a5d61fe35844a
Author: msydoron <msydoron@...>
Date: 2018-01-08T11:08:24Z
Code refactor
----
> Hive should support usage of external tables using jdbc
> -------------------------------------------------------
>
> Key: HIVE-18423
> URL: https://issues.apache.org/jira/browse/HIVE-18423
> Project: Hive
> Issue Type: Improvement
> Reporter: Jonathan Doron
> Assignee: Jonathan Doron
> Labels: pull-request-available
> Fix For: 3.0.0
>
>
> Hive should support the usage of external jdbc tables(and not only external
> tables that hold queries), so an Hive user would be able to use the external
> table as an hive internal table.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)