GitHub user gunnartangring opened a pull request:
https://github.com/apache/hive/pull/42
Update from original
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gunnartangring/hive trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/42.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 #42
----
commit 474f12672485cc41b041d50c1e131c20a3175b7f
Author: Jason Dere <[email protected]>
Date: 2015-02-09T23:06:17Z
HIVE-9520: Create NEXT_DAY UDF (Alexander Pivovarov via Jason Dere)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1658600
13f79535-47bb-0310-9956-ffa450edef68
commit 3edf89802b95259e90d6c20fc56f5bf29426b2a6
Author: Ashutosh Chauhan <[email protected]>
Date: 2015-02-10T00:46:21Z
HIVE-9228 : Problem with subquery using windowing functions (Navis via
Ashutosh Chauhan)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1658606
13f79535-47bb-0310-9956-ffa450edef68
commit efa823f4b80d2ca3005da4479cc0a67f96597644
Author: Navis Ryu <[email protected]>
Date: 2015-02-10T06:47:09Z
HIVE-9507 : Make "LATERAL VIEW inline(expression) mytable" tolerant to
nulls (Navis reviewed by Ashutosh Chauhan)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1658625
13f79535-47bb-0310-9956-ffa450edef68
commit 1e39f8e23b0fda4507ece1729974a73d994aff9d
Author: Brock Noland <[email protected]>
Date: 2015-02-10T17:49:19Z
HIVE-9454 - Test failures due to new Calcite version (Laljo via Brock)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1658766
13f79535-47bb-0310-9956-ffa450edef68
commit 3e7a258f910c78110405c3564d1ab3122281ae27
Author: Xuefu Zhang <[email protected]>
Date: 2015-02-10T19:38:40Z
HIVE-9574: Lazy computing in HiveBaseFunctionResultList may hurt
performance [Spark Branch] (Jimmy via Xuefu)
git-svn-id: https://svn.apache.org/repos/asf/hive/branches/spark@1658786
13f79535-47bb-0310-9956-ffa450edef68
commit 02b20e97133d8b44ebb73ac42b20bce0be19d715
Author: Xuefu Zhang <[email protected]>
Date: 2015-02-10T19:46:42Z
HIVE-9627: Add cbo_gby_empty.q.out for Spark [Spark Branch] (Jimmy via
Xuefu)
git-svn-id: https://svn.apache.org/repos/asf/hive/branches/spark@1658788
13f79535-47bb-0310-9956-ffa450edef68
commit c6d850dcc5bcedb6b17aff4cb804585a79ae2505
Author: Xuefu Zhang <[email protected]>
Date: 2015-02-11T05:27:29Z
HIVE-9646: Beeline doesn't show Spark job progress info [Spark Branch]
(Jimmy via Xuefu)
git-svn-id: https://svn.apache.org/repos/asf/hive/branches/spark@1658877
13f79535-47bb-0310-9956-ffa450edef68
commit f7248105508426c71b655c5dedeea69eec8fb4e5
Author: Jason Dere <[email protected]>
Date: 2015-02-11T10:22:41Z
HIVE-9594: Add qtests for LAST_DAY udf (Alexander Pivovarov via Jason Dere)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1658914
13f79535-47bb-0310-9956-ffa450edef68
commit e1b0674e5bca7773fc8656ec95541aa95dfbad4a
Author: Brock Noland <[email protected]>
Date: 2015-02-11T15:48:33Z
HIVE-9612 - Turn off DEBUG logging for Lazy Objects for tests (Sergio via
Brock/Szehon)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1658991
13f79535-47bb-0310-9956-ffa450edef68
commit 3004101d1aac5b0e39f2777174aa981e4930e5d0
Author: Brock Noland <[email protected]>
Date: 2015-02-11T18:10:09Z
HIVE-9651 - FileSinkOperator does not pass in conf to serde.initialize
(Brock via Szehon)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659027
13f79535-47bb-0310-9956-ffa450edef68
commit 4df3c6becb7002a27e10374c4a000529c4f266a4
Author: Prasanth J <[email protected]>
Date: 2015-02-11T20:46:00Z
HIVE-9652: Tez in place updates should detect redirection of STDERR
(Prasanth Jayachandran reviewed by Gopal V)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659065
13f79535-47bb-0310-9956-ffa450edef68
commit 5d175fcda6c5dad410d98ce963d1e16ef0f06cd1
Author: Vaibhav Gumashta <[email protected]>
Date: 2015-02-11T21:29:28Z
HIVE-9621: HiveServer2 http mode - embedded jetty should use
SynchronousQueue (Vaibhav Gumashta reviewed by Thejas Nair)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659098
13f79535-47bb-0310-9956-ffa450edef68
commit 09ee4803d015c51e864ee923fd60af50e972074c
Author: Owen O'Malley <[email protected]>
Date: 2015-02-11T23:00:45Z
HIVE-9593. ORC Reader should ignore unknown metadata streams (omalley)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659106
13f79535-47bb-0310-9956-ffa450edef68
commit 4bdf3acdb0126adde9a016d458fa83232412133c
Author: Brock Noland <[email protected]>
Date: 2015-02-12T04:52:38Z
HIVE-9648 - Null check key provider before doing set (Brock via Chao)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659145
13f79535-47bb-0310-9956-ffa450edef68
commit 4be33d1cfb0ad9c2a608921b101365a0cfcd79b3
Author: Brock Noland <[email protected]>
Date: 2015-02-12T04:53:51Z
HIVE-9333 - Move parquet serialize implementation to DataWritableWriter to
improve write speeds (Sergio via Brock)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659147
13f79535-47bb-0310-9956-ffa450edef68
commit aa6e6ec49650573459b25a09d8b4227ea6b7d766
Author: Brock Noland <[email protected]>
Date: 2015-02-12T16:15:14Z
HIVE-9622 - Getting NPE when trying to restart HS2 when metastore is
configured to use org.apache.hadoop.hive.thrift.DBTokenStore (Aihua via Brock)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659302
13f79535-47bb-0310-9956-ffa450edef68
commit c52d4e91c40bcb4ed079e74db09defb4ddfb9c9f
Author: Ashutosh Chauhan <[email protected]>
Date: 2015-02-12T16:58:59Z
HIVE-9618 : Deduplicate RS keys for ptf/windowing (Navis via Ashutosh
Chauhan)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659316
13f79535-47bb-0310-9956-ffa450edef68
commit eb55a0b0fc8d9c46e063bf90f0cafb16f2630908
Author: Szehon Ho <[email protected]>
Date: 2015-02-12T21:18:25Z
HIVE-9023 : HiveHistoryImpl relies on removed counters to print num rows
(Naveen Gangam via Szehon)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659403
13f79535-47bb-0310-9956-ffa450edef68
commit bf10353d22488184e7d87453c06cb219ed24464a
Author: Xuefu Zhang <[email protected]>
Date: 2015-02-12T21:34:18Z
HIVE-9500: Support nested structs over 24 levels (Aihua via Xuefu)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659410
13f79535-47bb-0310-9956-ffa450edef68
commit 6e7106d365675a624d6b6e054963167ddf9b8ea9
Author: Xuefu Zhang <[email protected]>
Date: 2015-02-12T21:36:04Z
HIVE-9500: Support nested structs over 24 levels (Aihua via Xuefu)
added new files that were missed in previous commit
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659411
13f79535-47bb-0310-9956-ffa450edef68
commit 5834154876e9cae00202cde8f4abe581b423f269
Author: Brock Noland <[email protected]>
Date: 2015-02-12T23:19:03Z
HIVE-9672 - Update RELEASE_NOTES on trunk to reflect the 1.0.0 release
(Chao via Brock)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659432
13f79535-47bb-0310-9956-ffa450edef68
commit 0d8d5edbb87a086de77e57c5dbdafd3fca62a988
Author: Brock Noland <[email protected]>
Date: 2015-02-12T23:23:18Z
HIVE-9437 - Beeline does not add any existing HADOOP_CLASSPATH (Ashish via
Xuefu)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659434
13f79535-47bb-0310-9956-ffa450edef68
commit a6812895d0dcdeb9f4ee8db9500a7996c70a8610
Author: Xuefu Zhang <[email protected]>
Date: 2015-02-12T23:34:27Z
HIVE-9468: Test groupby3_map_skew.q fails due to decimal precision
difference (reviewed by Chao)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659435
13f79535-47bb-0310-9956-ffa450edef68
commit 79c8757ae3b39dfadf05e70c4f2dfd140a55af09
Author: Brock Noland <[email protected]>
Date: 2015-02-12T23:46:56Z
Update release notes for 1.1.0
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659438
13f79535-47bb-0310-9956-ffa450edef68
commit 88962fc7c5f49d53428d366d9f5b7a7be2807a95
Author: Gunther Hagleitner <[email protected]>
Date: 2015-02-13T02:28:14Z
HIVE-9665: Parallel move task optimization causes race condition (Gunther
Hagleitner, reviewed by Thejas M Nair)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659450
13f79535-47bb-0310-9956-ffa450edef68
commit ae38ff3348c2b75bbd347113982d31d388a681bf
Author: Navis Ryu <[email protected]>
Date: 2015-02-13T05:55:16Z
HIVE-2573 : Create per-session function registry (Navis reviewed by Jason
Dere and Alexander Pivovarov)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659461
13f79535-47bb-0310-9956-ffa450edef68
commit 14bc627d7db55a35fb2a59df4908690b1b9b95de
Author: Prasanth J <[email protected]>
Date: 2015-02-13T09:32:08Z
HIVE-9667: Disable ORC bloom filters for ORC v11 output-format (Gopal V
reviewed by Prasanth Jayachandran)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659479
13f79535-47bb-0310-9956-ffa450edef68
commit c3be82021830970fb6bef292761ca1ce18ee43fe
Author: Gunther Hagleitner <[email protected]>
Date: 2015-02-13T18:13:20Z
HIVE-9673: Set operationhandle in ATS entities for lookups (Thejas M Nair
via Gunther Hagleitner)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659635
13f79535-47bb-0310-9956-ffa450edef68
commit e214a52921b4d9fc7f0b2ff5f30b8ddc2b36282e
Author: Eugene Koifman <[email protected]>
Date: 2015-02-13T18:27:13Z
HIVE-9481 allow column list specification in INSERT statement
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659640
13f79535-47bb-0310-9956-ffa450edef68
commit 66c78e4cf2567e1d2ddfe442a1fff9e3542ca99b
Author: Vikram Dixit K <[email protected]>
Date: 2015-02-13T19:21:59Z
HIVE-6069: Improve error message in GenericUDFRound (Alexander Pivovarov
via Vikram Dixit)
git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1659653
13f79535-47bb-0310-9956-ffa450edef68
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---