GitHub user irahadianansory opened a pull request: https://github.com/apache/phoenix/pull/227
4.8 h base 1.2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/phoenix 4.8-HBase-1.2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/phoenix/pull/227.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 #227 ---- commit 8786a3d4aca7fe3e0ab2df227b78ec17a8f7024e Author: Rajeshbabu Chintaguntla <rajeshb...@apache.org> Date: 2016-08-01T12:15:19Z PHOENIX-3111 Possible Deadlock/delay while building index, upsert select, delete rows at server(Rajeshbabu) commit abd7feb245029a049b97f83731906e04ea33431b Author: Lars Hofhansl <la...@apache.org> Date: 2016-08-06T04:39:56Z PHOENIX-3156 DistinctPrefixFilter optimization produces incorrect results with some non-pk WHERE conditions. commit eca43d98c5eb8b9180c30a22773db8943a4ee03e Author: Lars Hofhansl <la...@apache.org> Date: 2016-08-06T23:27:32Z PHOENIX-3158 COUNT(DISTINCT) may return null instead of 0 after PHOENIX-258. commit e47eceb0f8f079054b61f0161d4a7e1b4df6bbd6 Author: Sergey Soldatov <s...@apache.org> Date: 2016-08-06T23:31:13Z PHOENIX-3152 Incorrect comparator in QueryOptimizer may cause IllegalArgumentException commit 95926ac2bb69e5326c3aff9b41d29594a54a5cbe Author: Ankit Singhal <ankitsingha...@gmail.com> Date: 2016-08-07T08:20:06Z PHOENIX-3149 Local index got corrupted if intermediate compaction happen during the split.(Sergey Soldatov) commit f5c11a1913363fadf85fbd1ca224b040cd46ca89 Author: Ankit Singhal <ankitsingha...@gmail.com> Date: 2016-08-11T02:35:29Z Set version to 4.8.1-HBase-1.2-SNAPSHOT after 4.8.0 release commit af20adacbb44e701da64436d37a0dc2b72f80841 Author: Josh Mahonin <jmaho...@interset.com> Date: 2016-08-15T15:55:56Z PHOENIX-2236 PHOENIX-2290 PHOENIX-2547 Various phoenix-spark fixes (Kalyan Hadoop) commit 2e8e5ab12fbcaea355af8b86ac0c084098e6e89f Author: Josh Elser <els...@apache.org> Date: 2016-08-09T18:52:20Z PHOENIX-3164 Cache UGI instances for remote users in PQS equals(Object) and hashCode() on UGI are implemented via reference checks (rather than the values themselves). This creates a situation where new PhoenixConnections are opened for the same user via PQS. commit 116231d10106a2336f1b6e3275990e1b0811baed Author: Ankit Singhal <ankitsingha...@gmail.com> Date: 2016-08-16T04:59:18Z PHOENIX-2944 DATE Comparison Broken(Saurabh Seth) commit fb21cc5fc6818fde48f9bc652b69574779253c8c Author: Thomas D'Silva <tdsi...@salesforce.com> Date: 2016-07-22T21:24:38Z PHOENIX-2995 Write performance severely degrades with large number of views commit 940e41ef92c9eaa8371f3312baea6bead05d0004 Author: Thomas D'Silva <tdsi...@salesforce.com> Date: 2016-08-17T18:55:12Z PHOENIX-2995 Write performance severely degrades with large number of views (addendum) commit da974259d14c3d2991c7417ef47d90688cb948b3 Author: Lars Hofhansl <la...@apache.org> Date: 2016-08-22T20:37:02Z PHOENIX-3195 Slight safety improvement for using DistinctPrefixFilter. commit 2da8d9d693569db75e39e302e0e0abb58a10c465 Author: Lars Hofhansl <la...@apache.org> Date: 2016-08-23T03:21:54Z PHOENIX-3195 Addendum. (James Taylor) commit 58cdea6bd969c9401a303d487547bb13f8333ec5 Author: James Taylor <jamestay...@apache.org> Date: 2016-08-19T23:34:28Z PHOENIX-930 duplicated columns cause query exception and drop table exception (Junegunn Choi, Kalyan Hadoop) commit 25e8fdbce13101cb15a51105a9f84ac5bcc7bbb5 Author: Thomas D'Silva <tdsi...@salesforce.com> Date: 2016-08-19T23:39:28Z PHOENIX-3148 Reduce size of PTable so that more tables can be cached in the metada cache commit 2020f6601c74939091eba45a93e5045038e47800 Author: James Taylor <jamestay...@apache.org> Date: 2016-08-23T19:39:45Z PHOENIX-1751 Perform aggregations, sorting, etc, in the preScannerNext instead of postScannerOpen (Lars Hofhansl) commit afaf6d1ea4ca31b2161c6650debd2b7248c89dab Author: Thomas D'Silva <tdsi...@salesforce.com> Date: 2016-08-25T17:22:35Z Fix compilation failure on 4.8-HBase-1.2, 4.8-HBase-1.1 and 4.8-HBase-1.0 branches after PHOENIX-3148 commit 379b14d83bf264b902dcae1b9e65f0cc0752043b Author: Thomas D'Silva <tdsi...@salesforce.com> Date: 2016-08-25T22:25:18Z PHOENIX-3203 Tenant cache lookup in Global Cache fails in certain conditions commit 2a19586d773ae93b3ed1826ac53ce8910c974603 Author: Mujtaba <mujt...@apache.org> Date: 2016-08-29T22:38:32Z PHOENIX-1647 Correctly return that Phoenix supports schema name references in DatabaseMetaData (kliewkliew) commit 6655d57149dad11822d47a9ec8b3f5bf8e5be0ba Author: kliewkliew <kliewkl...@users.noreply.github.com> Date: 2016-08-24T10:06:03Z PHOENIX-2645 Wildcard characters do not match newline characters commit 008883a5805c117fbd2209d911b336b44109eb9c Author: Josh Elser <els...@apache.org> Date: 2016-08-30T19:58:50Z PHOENIX-3223 Add `hadoop classpath` to PQS classpath when available commit 6b26389a4416fa2ac7157f6468a1bf223c938024 Author: Josh Elser <els...@apache.org> Date: 2016-08-17T17:34:59Z PHOENIX-3189 Perform Kerberos login before ConnectionInfo is constructed Now that ConnectionInfo has the current User/UGI stored inside, we must make sure that any automatic Kerberos login occurs before the ConnectionInfo object is constructed. Otherwise, we will have multiple instances of ConnectionInfo that differ only by the User, which will leak HBase/ZK connections in the connectionQueryServicesMap. Also, protect the area in which we perform logins to prevent concurrent clients from colliding. Closes apache/phoenix#191 commit 1c448ccde7a3f2b370cd0c386e2a2dd425caaeb0 Author: Josh Elser <els...@apache.org> Date: 2016-09-01T02:28:45Z PHOENIX-3189 Ensure that there is no invalid cached state in KerberosName commit 69783dd3ad11c312fcea837903bdaab6d3b16de7 Author: Samarth <samarth.j...@salesforce.com> Date: 2016-09-01T06:57:52Z PHOENIX-808 Create snapshot of SYSTEM.CATALOG prior to upgrade and restore on any failure commit f0b4b5b8fc6ed5cc9a6ae252e9923f4dda0113de Author: Samarth <samarth.j...@salesforce.com> Date: 2016-09-01T17:02:52Z PHOENIX-2474 Cannot round to a negative precision (to the left of the decimal) (Kevin Liew) commit 1a08947ba6a8206565e853f4f00c8859b2d5d1eb Author: Samarth <samarth.j...@salesforce.com> Date: 2016-09-01T17:38:48Z PHOENIX-2793 Test case for date-time functions on null dates return no data (Kevin Liew) commit dad0aafe7dbc63520dd036ff18a7eb8b26dd7916 Author: Ankit Singhal <ankitsingha...@gmail.com> Date: 2016-09-06T05:35:38Z PHOENIX-3054 Counting zero null rows returns an empty result set commit 966fa83f5db3ce1de68d3819a7c33f4d20b0c22f Author: kliewkliew <kliewkl...@users.noreply.github.com> Date: 2016-08-24T13:40:35Z PHOENIX-2641 Implicit wildcard in LIKE predicate search pattern This closes #200 commit f83a99342224cd9eae6f8fc2e5d4ae4eec4a7e9b Author: Josh Elser <els...@apache.org> Date: 2016-09-03T23:21:43Z PHOENIX-3246 Treat U+2002 as whitespace in parser commit 5ffe30f6762069253a2bd6b0deaf3712da7a1e4e Author: Lars Hofhansl <la...@apache.org> Date: 2016-09-07T21:03:56Z PHOENIX-2785 Do not store NULLs for immutable tables. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---