GitHub user twdsilva opened a pull request:
https://github.com/apache/phoenix/pull/181
Encodecolumns
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/phoenix encodecolumns
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/181.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 #181
----
commit 0989a80b4a06781d53fd51e1df35d2ffd274bbc2
Author: Bruno Dumon <[email protected]>
Date: 2015-12-13T15:04:07Z
PHOENIX-2434 Improve booleans in CSV import
Do not automatically treat any unrecognized input as being false,
but instead fail on it.
Also, recognize 1/0 and t/f as true/false.
commit e3bc665fa513f52957a3ba19252e68c398300117
Author: James Taylor <[email protected]>
Date: 2015-12-14T19:45:17Z
PHOENIX-2332 Fix timing out of
MutableIndexFailureIT.testWriteFailureDisablesIndex()
commit 0790f5636fb3fa76cc7d2891b3cb036991ec29d3
Author: James Taylor <[email protected]>
Date: 2015-12-13T22:31:00Z
PHOENIX-2519 Prevent RPC for SYSTEM tables when querying
commit 9f82aaa1399200de560958ff9be85bc5c43b3132
Author: James Taylor <[email protected]>
Date: 2015-12-13T22:32:29Z
PHOENIX-2455 Partial results for a query when PHOENIX-2194 is applied
commit 59a859eb3d9e077f3d58a0c83231f5668efd5810
Author: James Taylor <[email protected]>
Date: 2015-12-14T01:12:20Z
PHOENIX-2505 Unexpected error caused by GROUP BY
commit 99a523313469d49ee4abd8ee42ccd59c16aa54a9
Author: Nick Dimiduk <[email protected]>
Date: 2015-12-11T20:41:49Z
PHOENIX-2517 Bulk load tools should support multiple input files
commit 4ddbe9bdfb5794b9ec7593c2738e197018130552
Author: James Taylor <[email protected]>
Date: 2015-12-15T22:06:14Z
PHOENIX-2510 ReserveNSequence opens new connection per invocation (Siddhi
Mehta)
commit 459cfe91d978d1a313ba33b5577ad08b55e8b28f
Author: Josh Elser <[email protected]>
Date: 2015-12-15T22:01:57Z
PHOENIX-2531 Explicitly list java.sql.Driver file to fix thin-client jar
The file with the same name was being included in the final artifact
from including the Avatica jar in this jar. If we specify the file
explicitly, we can be sure that it will be the file contained in
the jar.
commit f9569496e8f408249b1aaeafa00e85fe386a6e62
Author: James Taylor <[email protected]>
Date: 2015-12-16T17:22:25Z
PHOENIX-2533 Phoenix compilation fails as ZKUtil.applyClusterKeyToConf
method is removed (Ravi Kishore Valeti)
commit 14944d1ab9db38963816a79484d121f3f74c8e28
Author: Enis Soztutar <[email protected]>
Date: 2015-12-16T22:15:03Z
PHOENIX-2527 InsufficientMemoryException error message is misleading
commit 8d97917426344b84dea0673d97cddb45b5b8a60c
Author: Mujtaba <[email protected]>
Date: 2015-12-18T23:37:49Z
PHOENIX-2524 Fixes for pherf to run with queryserver (elserj)
commit aca5990543c71241684c84678706669ca30a592e
Author: Siddhi <[email protected]>
Date: 2015-12-16T00:05:11Z
PHOENIX-2367 : Change Phoenix Record Writer to use excecute instead of
executeBatch()
commit 39835a6e5c463c23cf1c14b139a92bd1a71f00d1
Author: Rajeshbabu Chintaguntla <[email protected]>
Date: 2015-12-21T02:30:20Z
PHOENIX-2249 SYSTEM.STATS not update after region merge occurs.(Ankit
Singhal)
commit c4930a249e33b1a7d7f1621b0f66f2f10647cad4
Author: Rajeshbabu Chintaguntla <[email protected]>
Date: 2015-12-21T02:38:22Z
PHOENIX-2470 Skip overlapped scan left after
StaleRegionBoundaryCacheException(Ankit Singhal)
commit 3fdaecdaaa2a2f07070df67f861252fd44e338c3
Author: ramkrishna <[email protected]>
Date: 2015-12-21T08:05:40Z
PHOENIX-1312 Do not always project the empty column family (Ram)
commit fdfe5c20344d2e4a9134affc415bb61b569927fe
Author: Rajeshbabu Chintaguntla <[email protected]>
Date: 2015-12-21T13:28:59Z
PHOENIX-2249 SYSTEM.STATS not update after region merge occurs
-addendum(Ankit Singhal)
commit bf6715814b23fe819b87f4fb98bd584ccf11d3fc
Author: Josh Mahonin <[email protected]>
Date: 2015-12-21T15:30:36Z
PHOENIX-2503 Multiple Java NoClass/Method Errors with Spark and Phoenix
The calcite dependency in the regular client JAR is pulling in a version
of com.fasterxml.jackson which is incompatible with the Spark runtime.
This patch creates a new assembly artifact, client-spark, which attempts
to include only the client JARs necessary for the Spark integration to
work.
Also made sure the Phoenix driver is explicitly registered in the PhoenixRDD
commit 49b5749675e600122002fe59357642560b76e65e
Author: Samarth <[email protected]>
Date: 2015-12-22T21:11:05Z
PHOENIX-2430 Update stats table asynchronously
commit 1fc19625e85642c783c9969f827c902db96489b1
Author: Nick Dimiduk <[email protected]>
Date: 2015-12-05T00:04:25Z
PHOENIX-2492 Expose PhoenixRecordWritable outside of spark
commit 419ee637e561386c0b22be1b51d5533bb28538de
Author: Mujtaba <[email protected]>
Date: 2015-12-22T23:18:23Z
PHOENIX-2528 Pherf JVM doesn't exit due to un-closed ThreadPool (elserj)
commit 012db0a0b8d0068830a9316553c5ef2bf7bcb857
Author: Thomas D'Silva <[email protected]>
Date: 2015-12-15T20:21:59Z
PHOENIX-2525 Views on transactional tables return no rows
commit a7da7e38769dd8f6daf11229c35c62bb00ca14a2
Author: ramkrishna <[email protected]>
Date: 2015-12-28T07:42:21Z
PHOENIX-2475 Date arithmetic broken for time and timestamp (Ram)
commit 0f7dca652270bb404f1bcebf5b73a557dc2e5120
Author: ravimagham <[email protected]>
Date: 2015-12-29T18:16:20Z
PHOENIX-2538 - CsvBulkLoadTool should return non-zero exit status if import
fails
commit 7e4d39e637d1ba765abed9e1d6ad73295575d2b9
Author: James Taylor <[email protected]>
Date: 2015-12-27T07:47:31Z
PHOENIX-2545 Abort transaction if send fails during commit
commit 4e96747536078324f2c9044fc9815501e692aeed
Author: James Taylor <[email protected]>
Date: 2015-12-27T07:56:59Z
PHOENIX-2411 Allow Phoenix to participate as transactional component
commit 24d9c3d6354a6be695c46747d9349d94c614744c
Author: James Taylor <[email protected]>
Date: 2015-12-29T06:42:46Z
PHOENIX-2453 Make prepared statement creation delegate to
org.apache.phoenix.jdbc.PhoenixConnection#prepareStatement(java.lang.String)
(Clement Escoffier)
commit 0baa1d0fe9cad54ca249d9ca39303192fa5e5e59
Author: James Taylor <[email protected]>
Date: 2015-12-30T07:00:27Z
PHOENIX-2546 Filters should take into account that multiple versions may be
scanned
commit e44e7a4e5061f0deee30ace0ff9bda515798d397
Author: James Taylor <[email protected]>
Date: 2015-12-30T17:19:41Z
PHOENIX-2551 Remove Jdbc7Shim as it's no longer necessary
commit 3172ed459d91a5387f29fa99b5d352a38ea0c764
Author: James Taylor <[email protected]>
Date: 2015-12-30T17:32:53Z
PHOENIX-2550 Increase JDBC major/minor version for 4.7 release
commit 8b3ca756ca6a0008f9710ff69d1c1bce430d6080
Author: James Taylor <[email protected]>
Date: 2015-12-30T18:43:30Z
PHOENIX-2549 Modify Phoenix DatabaseMetaData implementation for transaction
support
----
---
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.
---