[GitHub] [hive] rmsmani commented on issue #540: HIVE-21283 Synonyms for the existing functions

2019-03-20 Thread GitBox
rmsmani commented on issue #540: HIVE-21283 Synonyms for the existing functions URL: https://github.com/apache/hive/pull/540#issuecomment-475115627 Hi @sankarh At last the unit test came green. Please review and merge the code to master

[GitHub] [hive] shawnweeks commented on issue #575: HIVE-21409 Add Jars to Session Conf ClassLoader

2019-03-20 Thread GitBox
shawnweeks commented on issue #575: HIVE-21409 Add Jars to Session Conf ClassLoader URL: https://github.com/apache/hive/pull/575#issuecomment-475092978 I suspect I should be doing the same thing for unregisterJar as it has the risk of overwriting the classloader in

[GitHub] [hive] shawnweeks opened a new pull request #575: HIVE-21409 Add Jars to Session Conf ClassLoader

2019-03-20 Thread GitBox
shawnweeks opened a new pull request #575: HIVE-21409 Add Jars to Session Conf ClassLoader URL: https://github.com/apache/hive/pull/575 It is possible that the current threads classloader may be modified after the sessionstate hiveconf has been attached to the current thread. This ensure

[jira] [Created] (HIVE-21484) Metastore API getVersion() should return real version

2019-03-20 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-21484: -- Summary: Metastore API getVersion() should return real version Key: HIVE-21484 URL: https://issues.apache.org/jira/browse/HIVE-21484 Project: Hive

Re: Review Request 70256: HIVE-21480: Fixed flaky and broken test TestHiveMetaStore.testJDOPersistenceManagerCleanup

2019-03-20 Thread Morio Ramdenbourg via Review Board
> On March 20, 2019, 6:41 p.m., Karthik Manamcheri wrote: > > LGTM. get someone else a little more familiar with the tests (vihang, pvary > > or someone) to also do a quick review. thanks. Thanks for the review :) - Morio --- This is

Re: Review Request 70256: HIVE-21480: Fixed flaky and broken test TestHiveMetaStore.testJDOPersistenceManagerCleanup

2019-03-20 Thread Karthik Manamcheri via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70256/#review213843 --- Ship it! LGTM. get someone else a little more familiar with

Review Request 70256: HIVE-21480: Fixed flaky and broken test TestHiveMetaStore.testJDOPersistenceManagerCleanup

2019-03-20 Thread Morio Ramdenbourg via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70256/ --- Review request for hive, Adam Holley, Karthik Manamcheri, Karen Coppage, and

Re: Introduce FORMAT clause to CAST with SQL:2016 datetime patterns

2019-03-20 Thread Shawn Weeks
I’ve done some work on a to timestamp function for hive and one of the things I keep running into is most date time libraries don’t support fractional seconds for their format patterns yet most rdbms do support fractional seconds. It tends to trip things up when your porting sql over. If we’re

[jira] [Created] (HIVE-21483) HoS would fail when scratch dir is using remote HDFS

2019-03-20 Thread Dapeng Sun (JIRA)
Dapeng Sun created HIVE-21483: - Summary: HoS would fail when scratch dir is using remote HDFS Key: HIVE-21483 URL: https://issues.apache.org/jira/browse/HIVE-21483 Project: Hive Issue Type: Bug

Introduce FORMAT clause to CAST with SQL:2016 datetime patterns

2019-03-20 Thread Gabor Kaszab
Hey Hive and Spark communities, [dev@impala in cc] I'm working on an Impala improvement to introduce the FORMAT clause within CAST() operator and to implement ISO SQL:2016 datetime pattern support for this new FORMAT clause: https://issues.apache.org/jira/browse/IMPALA-4018 One example of the