phoenix git commit: PHOENIX-1613 Allow old commons-collections version

2015-01-31 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 03a5d7ef1 - 3f48938d5 PHOENIX-1613 Allow old commons-collections version Handle an IllegalAccessError while initializing tracing, in order to allow Phoenix to be used (without tracing) together with SquirrelSQL. The IllegalAccessError

phoenix git commit: PHOENIX-1613 Allow old commons-collections version

2015-01-31 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.0 3ed36106b - 7e6441b8b PHOENIX-1613 Allow old commons-collections version Handle an IllegalAccessError while initializing tracing, in order to allow Phoenix to be used (without tracing) together with SquirrelSQL. The IllegalAccessError

phoenix git commit: PHOENIX-1612 Avoid context classloader issue

2015-01-29 Thread greid
Repository: phoenix Updated Branches: refs/heads/master b12ddfa3f - d058a41c5 PHOENIX-1612 Avoid context classloader issue Don't create a static HColumnDescriptor to avoid creating an HBaseConfiguration from a static context. Making this change makes it possible to run Phoenix via an external

phoenix git commit: PHOENIX-1586 Make storeNulls optional in protobuf

2015-01-15 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.0 58c80a185 - 1e5f37905 PHOENIX-1586 Make storeNulls optional in protobuf Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1e5f3790 Tree:

phoenix git commit: PHOENIX-1586 Make storeNulls optional in protobuf

2015-01-15 Thread greid
Repository: phoenix Updated Branches: refs/heads/master d3aba78a5 - 9c9de91e5 PHOENIX-1586 Make storeNulls optional in protobuf Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9c9de91e Tree:

[5/6] phoenix git commit: PHOENIX-1578 Increment MIN_SYSTEM_TABLE_TIMESTAMP

2015-01-14 Thread greid
PHOENIX-1578 Increment MIN_SYSTEM_TABLE_TIMESTAMP Increment version for STORE_NULLS field in SYSTEM.CATALOG. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/2babb546 Tree:

[6/6] phoenix git commit: PHOENIX-1578 Add DEFAULT_STORE_NULLS_ATTRIB

2015-01-14 Thread greid
PHOENIX-1578 Add DEFAULT_STORE_NULLS_ATTRIB Add DEFAULT_STORE_NULLS_ATTRIB configuration key to set the default STORE_NULLS behavior for new table creation. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f38ede8b Tree:

[6/6] phoenix git commit: PHOENIX-1578 Introduce STORE_NULLS table option

2015-01-14 Thread greid
PHOENIX-1578 Introduce STORE_NULLS table option Add the STORE_NULLS table option. This causes null values to be store explicitly as empty byte arrays, instead of changing null upserts into HBase deletes. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

[4/6] phoenix git commit: PHOENIX-1578 Introduce STORE_NULLS table option

2015-01-14 Thread greid
PHOENIX-1578 Introduce STORE_NULLS table option Add the STORE_NULLS table option. This causes null values to be store explicitly as empty byte arrays, instead of changing null upserts into HBase deletes. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

[2/6] phoenix git commit: PHOENIX-1578 Introduce STORE_NULLS table option

2015-01-14 Thread greid
http://git-wip-us.apache.org/repos/asf/phoenix/blob/9cd7e86b/phoenix-core/src/main/java/org/apache/phoenix/query/QueryConstants.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/query/QueryConstants.java

[5/6] phoenix git commit: PHOENIX-1578 Introduce STORE_NULLS table option

2015-01-14 Thread greid
http://git-wip-us.apache.org/repos/asf/phoenix/blob/efa9cf99/phoenix-core/src/main/java/org/apache/phoenix/compile/JoinCompiler.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/compile/JoinCompiler.java

[1/6] phoenix git commit: PHOENIX-1578 Add DEFAULT_STORE_NULLS_ATTRIB

2015-01-14 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 78656a53e - c5edd3a71 PHOENIX-1578 Add DEFAULT_STORE_NULLS_ATTRIB Add DEFAULT_STORE_NULLS_ATTRIB configuration key to set the default STORE_NULLS behavior for new table creation. Project:

[3/6] phoenix git commit: PHOENIX-1578 Introduce STORE_NULLS table option

2015-01-14 Thread greid
http://git-wip-us.apache.org/repos/asf/phoenix/blob/9cd7e86b/phoenix-core/src/main/java/org/apache/phoenix/compile/JoinCompiler.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/compile/JoinCompiler.java

[2/6] phoenix git commit: PHOENIX-1578 Increment MIN_SYSTEM_TABLE_TIMESTAMP

2015-01-14 Thread greid
PHOENIX-1578 Increment MIN_SYSTEM_TABLE_TIMESTAMP Increment version for STORE_NULLS field in SYSTEM.CATALOG. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/45644018 Tree:

[3/6] phoenix git commit: PHOENIX-1578 Introduce STORE_NULLS table option

2015-01-14 Thread greid
http://git-wip-us.apache.org/repos/asf/phoenix/blob/efa9cf99/phoenix-core/src/main/java/org/apache/phoenix/schema/PTableImpl.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/schema/PTableImpl.java

[1/6] phoenix git commit: PHOENIX-1578 Introduce STORE_NULLS table option

2015-01-14 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.0 3a92435b6 - f38ede8bd http://git-wip-us.apache.org/repos/asf/phoenix/blob/9cd7e86b/phoenix-core/src/main/java/org/apache/phoenix/schema/PTableImpl.java -- diff --git

svn commit: r1651595 - in /phoenix: phoenix-docs/src/docsrc/help/phoenix.csv site/publish/tuning.html site/source/src/site/markdown/tuning.md

2015-01-14 Thread greid
Author: greid Date: Wed Jan 14 08:42:30 2015 New Revision: 1651595 URL: http://svn.apache.org/r1651595 Log: LP-1578 Add docs on STORE_NULLS table option Modified: phoenix/phoenix-docs/src/docsrc/help/phoenix.csv phoenix/site/publish/tuning.html phoenix/site/source/src/site/markdown

phoenix git commit: PHOENIX-1552 Add a self-contained sandbox

2015-01-12 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.0 7578ee92b - 968e431b3 PHOENIX-1552 Add a self-contained sandbox Add a sandbox that can be started via the phoenix_sandbox.py script. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-1552 Add a self-contained sandbox

2015-01-12 Thread greid
Repository: phoenix Updated Branches: refs/heads/master a6538d792 - 13aa61a86 PHOENIX-1552 Add a self-contained sandbox Add a sandbox that can be started via the phoenix_sandbox.py script. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-1552 Add a self-contained sandbox

2015-01-12 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 912e530ae - 2e957f63c PHOENIX-1552 Add a self-contained sandbox Add a sandbox that can be started via the phoenix_sandbox.py script. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

svn commit: r1649035 - in /phoenix/site: publish/tuning.html source/src/site/markdown/tuning.md

2015-01-02 Thread greid
Author: greid Date: Fri Jan 2 14:14:32 2015 New Revision: 1649035 URL: http://svn.apache.org/r1649035 Log: Add documentation on phoenix.connection.autoCommit Modified: phoenix/site/publish/tuning.html phoenix/site/source/src/site/markdown/tuning.md Modified: phoenix/site/publish

[2/2] phoenix git commit: PHOENIX-1559 Add auto-commit config property

2015-01-01 Thread greid
PHOENIX-1559 Add auto-commit config property Allow specifying the initial connection auto-commit property via the phoenix.connection.autoCommit configuration property. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-1559 Add auto-commit config property

2015-01-01 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 9fc37c7cd - d2be5028f PHOENIX-1559 Add auto-commit config property Allow specifying the initial connection auto-commit property via the phoenix.connection.autoCommit configuration property. Project:

[1/2] phoenix git commit: PHOENIX-1559 Add AutoCommit flag to connection url

2015-01-01 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 bf064b7c3 - abb5c24f4 PHOENIX-1559 Add AutoCommit flag to connection url Allow supplying AutoCommit=true (or AutoCommit=false) in a JDBC url or connection properties when creating a new connection. This will allow Phoenix to currently

phoenix git commit: PHOENIX-1571 Replace hard-coded date

2015-01-01 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.0 e1b99c9d8 - 61df613bc PHOENIX-1571 Replace hard-coded date Replace a far away future hard-coded date in an integration test with something that is no longer in the past. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-1571 Replace hard-coded date

2015-01-01 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 abb5c24f4 - 912e530ae PHOENIX-1571 Replace hard-coded date Replace a far away future hard-coded date in an integration test with something that is no longer in the past. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-1571 Replace hard-coded date

2015-01-01 Thread greid
Repository: phoenix Updated Branches: refs/heads/master d2be5028f - 2c58b1fc9 PHOENIX-1571 Replace hard-coded date Replace a far away future hard-coded date in an integration test with something that is no longer in the past. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo

phoenix git commit: PHOENIX-1127 Support milliseconds in timestamp parsing

2014-12-21 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 9cd65bf0a - ddeacbf78 PHOENIX-1127 Support milliseconds in timestamp parsing Use Joda time for (implicit) date parsing, allowing date-time values to contain an optional time component, as well as supporting optional millisecond parsing.

phoenix git commit: PHOENIX-1127 Support milliseconds in timestamp parsing

2014-12-21 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.0 2225594b0 - c76d9aed5 PHOENIX-1127 Support milliseconds in timestamp parsing Use Joda time for (implicit) date parsing, allowing date-time values to contain an optional time component, as well as supporting optional millisecond parsing.

phoenix git commit: PHOENIX-1127 Support milliseconds in timestamp parsing

2014-12-21 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 5bf808543 - 79d78df66 PHOENIX-1127 Support milliseconds in timestamp parsing Use Joda time for (implicit) date parsing, allowing date-time values to contain an optional time component, as well as supporting optional millisecond parsing.

svn commit: r1644724 - /phoenix/phoenix-docs/src/docsrc/help/phoenix.csv

2014-12-11 Thread greid
Author: greid Date: Thu Dec 11 19:04:05 2014 New Revision: 1644724 URL: http://svn.apache.org/r1644724 Log: PHOENIX-1485 Extend documentation on date types Modified: phoenix/phoenix-docs/src/docsrc/help/phoenix.csv Modified: phoenix/phoenix-docs/src/docsrc/help/phoenix.csv URL: http

[1/2] phoenix git commit: PHOENIX-1485 Correct arg count in FunctionParseNode

2014-12-03 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 6cec3465b - 63b3e4eb8 PHOENIX-1485 Correct arg count in FunctionParseNode Correct the counting of required parameters for a function. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

[1/2] phoenix git commit: PHOENIX-1485 Correct arg count in FunctionParseNode

2014-12-03 Thread greid
Repository: phoenix Updated Branches: refs/heads/master d6ba63570 - 684976029 PHOENIX-1485 Correct arg count in FunctionParseNode Correct the counting of required parameters for a function. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

[1/2] phoenix git commit: PHOENIX-1485 Add timezone awareness

2014-12-03 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.0 429acbab7 - 3969ed5c1 PHOENIX-1485 Add timezone awareness * Add tz-aware methods to DateUtil * Add timezone parameter to TO_DATE * Add a configuration parameter to allow specifying the time zone to be used internally on a connection when

[1/2] phoenix git commit: PHOENIX-1485 Correct arg count in FunctionParseNode

2014-12-03 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.2 5580da441 - e42e8f214 PHOENIX-1485 Correct arg count in FunctionParseNode Correct the counting of required parameters for a function. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

[1/2] phoenix git commit: PHOENIX-1485 Add timezone awareness

2014-12-03 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.2 44bd4bec1 - cdcbcf218 PHOENIX-1485 Add timezone awareness * Add tz-aware methods to DateUtil * Add timezone parameter to TO_DATE * Add a configuration parameter to allow specifying the time zone to be used internally on a connection when

[2/2] phoenix git commit: PHOENIX-1485 Add timezone awareness

2014-12-03 Thread greid
PHOENIX-1485 Add timezone awareness * Add tz-aware methods to DateUtil * Add timezone parameter to TO_DATE * Add a configuration parameter to allow specifying the time zone to be used internally on a connection when parsing dates. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo

[2/2] phoenix git commit: PHOENIX-1485 Correct arg count in FunctionParseNode

2014-12-03 Thread greid
PHOENIX-1485 Correct arg count in FunctionParseNode Correct the counting of required parameters for a function. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/3969ed5c Tree:

[2/2] phoenix git commit: PHOENIX-1485 Correct arg count in FunctionParseNode

2014-12-03 Thread greid
PHOENIX-1485 Correct arg count in FunctionParseNode Correct the counting of required parameters for a function. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/cdcbcf21 Tree:

[2/2] phoenix git commit: PHOENIX-1485 Add timezone awareness

2014-12-03 Thread greid
PHOENIX-1485 Add timezone awareness * Add tz-aware methods to DateUtil * Add timezone parameter to TO_DATE * Add a configuration parameter to allow specifying the time zone to be used internally on a connection when parsing dates. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo

phoenix git commit: PHOENIX-1472 Fix salt bucket for Integer.MIN_VALUE

2014-11-26 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 518cff046 - 401931872 PHOENIX-1472 Fix salt bucket for Integer.MIN_VALUE Calculate the correct salt bucket when the hash code of a row key's contents is equal to Integer.MIN_VALUE. Project:

phoenix git commit: PHOENIX-1472 Fix salt bucket for Integer.MIN_VALUE

2014-11-26 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.2 b824777b0 - a424affdd PHOENIX-1472 Fix salt bucket for Integer.MIN_VALUE Calculate the correct salt bucket when the hash code of a row key's contents is equal to Integer.MIN_VALUE. Project:

svn commit: r1639446 - /phoenix/phoenix-docs/src/docsrc/help/phoenix.csv

2014-11-13 Thread greid
Author: greid Date: Thu Nov 13 18:58:55 2014 New Revision: 1639446 URL: http://svn.apache.org/r1639446 Log: PHOENIX-1256 Updated docs for REGEXP_SPLIT Modified: phoenix/phoenix-docs/src/docsrc/help/phoenix.csv Modified: phoenix/phoenix-docs/src/docsrc/help/phoenix.csv URL: http

phoenix git commit: PHOENIX-1440 Support csv quoting in bulk loader

2014-11-13 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 22e27e5ed - 9b285dae0 PHOENIX-1440 Support csv quoting in bulk loader Add support for quote and escape chars in map reduce bulk import. Original patch by Radu Marias, with very minor cleanup by Gabriel Reid. Signed-off-by: Gabriel Reid

phoenix git commit: PHOENIX-1407 Set scan caching based on fetch size

2014-11-07 Thread greid
Repository: phoenix Updated Branches: refs/heads/master e5f4a2ba7 - 65d35c675 PHOENIX-1407 Set scan caching based on fetch size Use the fetch size set on a Statement to set the caching setting on underlying scans. This patch also ensures that the default scan size is set to

phoenix git commit: PHOENIX-1407 Set scan caching based on fetch size

2014-11-07 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.0 97b8bc684 - 29fa2ccdf PHOENIX-1407 Set scan caching based on fetch size Use the fetch size set on a Statement to set the caching setting on underlying scans. This patch also ensures that the default scan size is set to

phoenix git commit: PHOENIX-1407 Set scan caching based on fetch size

2014-11-07 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.2 c0fb05d3b - 8c2133ac2 PHOENIX-1407 Set scan caching based on fetch size Use the fetch size set on a Statement to set the caching setting on underlying scans. This patch also ensures that the default scan size is set to

phoenix git commit: PHOENIX-1407 Set scan caching based on fetch size

2014-11-07 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.2 0e6d54ba7 - d8f005c7c PHOENIX-1407 Set scan caching based on fetch size Use the fetch size set on a Statement to set the caching setting on underlying scans. This patch also ensures that the default scan size is set to

phoenix git commit: PHOENIX-1407 Set scan caching based on fetch size

2014-11-07 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 2c791cfa4 - cb4d2f01e PHOENIX-1407 Set scan caching based on fetch size Use the fetch size set on a Statement to set the caching setting on underlying scans. This patch also ensures that the default scan size is set to

phoenix git commit: PHOENIX-1404 Ignore call to ResultSet#setFetchSize

2014-11-06 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 9ffd8c63a - d2cd2856b PHOENIX-1404 Ignore call to ResultSet#setFetchSize Don't throw an exception on calls to ResultSet#setFetchSize, instead just ignore the call. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-1404 Ignore call to ResultSet#setFetchSize

2014-11-06 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.2 2a674dd01 - 2ec907f73 PHOENIX-1404 Ignore call to ResultSet#setFetchSize Don't throw an exception on calls to ResultSet#setFetchSize, instead just ignore the call. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-1404 Ignore call to ResultSet#setFetchSize

2014-11-06 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.2 2b181d325 - 5b5f5ce72 PHOENIX-1404 Ignore call to ResultSet#setFetchSize Don't throw an exception on calls to ResultSet#setFetchSize, instead just ignore the call. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

[5/5] git commit: PHOENIX-1403 Correct synchronization in ConnectionQueryServicesImpl.init

2014-11-04 Thread greid
PHOENIX-1403 Correct synchronization in ConnectionQueryServicesImpl.init Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/309b1f1c Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/309b1f1c Diff:

[1/5] git commit: PHOENIX-1403 Correct synchronization in ConnectionQueryServicesImpl.init

2014-11-04 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 a31bca4d6 - 712b4e672 refs/heads/3.2 8b460b5c0 - bc4a98848 refs/heads/4.0 623a7845e - 37c4d3eb9 refs/heads/4.2 e0c7602de - dd659bb48 refs/heads/master 236b8e0c7 - 309b1f1c7 PHOENIX-1403 Correct synchronization in

[2/5] git commit: PHOENIX-1403 Correct synchronization in ConnectionQueryServicesImpl.init

2014-11-04 Thread greid
PHOENIX-1403 Correct synchronization in ConnectionQueryServicesImpl.init Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/bc4a9884 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/bc4a9884 Diff:

[4/5] git commit: PHOENIX-1403 Correct synchronization in ConnectionQueryServicesImpl.init

2014-11-04 Thread greid
PHOENIX-1403 Correct synchronization in ConnectionQueryServicesImpl.init Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/dd659bb4 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/dd659bb4 Diff:

git commit: PHOENIX-897 Quote parameters in psql.py

2014-10-27 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.0 7b5716084 - f5a49bff2 PHOENIX-897 Quote parameters in psql.py Properly quote supplied command-line parameters in psql.py so that it's possible to supply any character (including ones that have special meanings in various shells) as

git commit: PHOENIX-897 Quote parameters in psql.py

2014-10-27 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 79423f801 - 481d1bb87 PHOENIX-897 Quote parameters in psql.py Properly quote supplied command-line parameters in psql.py so that it's possible to supply any character (including ones that have special meanings in various shells) as

git commit: PHOENIX-897 Quote parameters in psql.py

2014-10-27 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 ca6c08f04 - f46875991 PHOENIX-897 Quote parameters in psql.py Properly quote supplied command-line parameters in psql.py so that it's possible to supply any character (including ones that have special meanings in various shells) as

git commit: PHOENIX-1375 Remove references to incubation

2014-10-23 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 e7e00f991 - f1cbcc458 PHOENIX-1375 Remove references to incubation Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f1cbcc45 Tree:

git commit: PHOENIX-1341 Exit status for PhoenixRuntime

2014-10-13 Thread greid
Repository: phoenix Updated Branches: refs/heads/master a11f0d9f2 - 656acefd1 PHOENIX-1341 Exit status for PhoenixRuntime Return a non-zero exit status on a failure in PhoenixRuntime. Signed-off-by: Gabriel Reid gabri...@ngdata.com Project:

git commit: PHOENIX-1341 Exit status for PhoenixRuntime

2014-10-13 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 ed3e3f55f - d42866918 PHOENIX-1341 Exit status for PhoenixRuntime Return a non-zero exit status on a failure in PhoenixRuntime. Signed-off-by: Gabriel Reid gabri...@ngdata.com Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo

git commit: PHOENIX-1341 Exit status for PhoenixRuntime

2014-10-13 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.0 ab8b17d79 - debf09265 PHOENIX-1341 Exit status for PhoenixRuntime Return a non-zero exit status on a failure in PhoenixRuntime. Signed-off-by: Gabriel Reid gabri...@ngdata.com Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo

git commit: PHOENIX-1288 Fix selecting multiple array indexes

2014-09-24 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 ca776fe89 - 48a4bd670 PHOENIX-1288 Fix selecting multiple array indexes Don't attempt to remove the same KeyValue multiple times when transforming multiple array index references into a single filtered KeyValue. Project:

git commit: PHOENIX-1288 Fix selecting multiple array indexes

2014-09-24 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.0 954133c32 - 94f637f8f PHOENIX-1288 Fix selecting multiple array indexes Don't attempt to remove the same Cell multiple times when transforming multiple array index references into a single filtered Cell. Project:

git commit: PHOENIX-1258 Fix RegexpSubstrFunction serialization

2014-09-20 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 2e9677d35 - 1040fd05c PHOENIX-1258 Fix RegexpSubstrFunction serialization Correct deserialization of RegexpSubstrFunction so that it can be used in filters and group-by statements. Contributed by Jay Wong. Project:

git commit: PHOENIX-1258 Fix RegexpSubstrFunction serialization

2014-09-20 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.0 5cdc938e8 - b6d67702a PHOENIX-1258 Fix RegexpSubstrFunction serialization Correct deserialization of RegexpSubstrFunction so that it can be used in filters and group-by statements. Contributed by Jay Wong. Project:

git commit: PHOENIX-1254 Add REGEXP_SPLIT function

2014-09-17 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 a2d8b5297 - a56b2f48c PHOENIX-1254 Add REGEXP_SPLIT function Add REGEXP_SPLIT function to create VARCHAR_ARRAYs from a VARCHAR by splitting on a regular expression pattern. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo

git commit: PHOENIX-1250 Remove use of Closeables.closeQuietly

2014-09-17 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 89c2f2741 - 3034b6583 PHOENIX-1250 Remove use of Closeables.closeQuietly Remove the use of Guava's Closeables.closeQuietly to allow using Phoenix within a client-side application that has a more recent version of Guava. After this

git commit: PHOENIX-1253 Throw SQLException on prepared stmt

2014-09-17 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 12494b7bf - 963ea0f91 PHOENIX-1253 Throw SQLException on prepared stmt Throw an SQLException if a bind parameter with an invalid index is set (via setXXX methods) on a PhoenixPreparedStatement. Project:

git commit: PHOENIX-1253 Throw SQLException on prepared stmt

2014-09-17 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 3034b6583 - 486e28b58 PHOENIX-1253 Throw SQLException on prepared stmt Throw an SQLException if a bind parameter with an invalid index is set (via setXXX methods) on a PhoenixPreparedStatement. Project:

git commit: PHOENIX-1253 Throw SQLException on prepared stmt

2014-09-17 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.0 89262f2be - e174793e9 PHOENIX-1253 Throw SQLException on prepared stmt Throw an SQLException if a bind parameter with an invalid index is set (via setXXX methods) on a PhoenixPreparedStatement. Project:

git commit: PHOENIX-1216 fix code Change spooling directory

2014-09-16 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 20e7559b4 - 173c7d72d PHOENIX-1216 fix code Change spooling directory Make the spooling directory configurable. Signed-off-by: Gabriel Reid gabri...@ngdata.com Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

git commit: PHOENIX-1216 fix code Change spooling directory

2014-09-16 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 7a9fd9981 - b51318d09 PHOENIX-1216 fix code Change spooling directory Make the spooling directory configurable. Signed-off-by: Gabriel Reid gabri...@ngdata.com Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

git commit: PHOENIX-1216 fix code Change spooling directory

2014-09-16 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.0 caa7848cf - c2712bf2b PHOENIX-1216 fix code Change spooling directory Make the spooling directory configurable. Signed-off-by: Gabriel Reid gabri...@ngdata.com Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

svn commit: r1625328 - in /phoenix: phoenix-docs/src/docsrc/help/phoenix.csv site/publish/language/datatypes.html

2014-09-16 Thread greid
Author: greid Date: Tue Sep 16 15:10:06 2014 New Revision: 1625328 URL: http://svn.apache.org/r1625328 Log: PHOENIX-1255 Correct DECIMAL precision info Correct DECIMAL precision in docs to be 38 instead of 18. Modified: phoenix/phoenix-docs/src/docsrc/help/phoenix.csv phoenix/site

[2/2] git commit: PHOENIX-105 Remove commons-csv source

2014-09-02 Thread greid
PHOENIX-105 Remove commons-csv source Remove the fork of the commons-csv source code and use the released commons-csv artifact. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c3697326 Tree:

[2/2] git commit: PHOENIX-105 Remove commons-csv source

2014-09-02 Thread greid
PHOENIX-105 Remove commons-csv source Remove the fork of the commons-csv source code and use the released commons-csv artifact. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/ab49a16b Tree:

[1/2] PHOENIX-105 Remove commons-csv source

2014-09-02 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 b5cbb79b6 - 8e19e68bb http://git-wip-us.apache.org/repos/asf/phoenix/blob/8e19e68b/phoenix-core/src/main/java/org/apache/commons/csv/Lexer.java -- diff --git

svn commit: r1617060 - in /phoenix/site: publish/download.html publish/secondary_indexing.html source/src/site/markdown/download.md

2014-08-10 Thread greid
Author: greid Date: Sun Aug 10 08:32:00 2014 New Revision: 1617060 URL: http://svn.apache.org/r1617060 Log: PHOENIX-1070 Update website instructions for SQuirreL. It's no longer needed to copy the phoenix jar to the SQuirreL lib directory, so the documentation is updated to reflect

git commit: PHOENIX-908 Remove Release unknown lockId warning

2014-07-25 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 c4af62375 - ae74afa48 PHOENIX-908 Remove Release unknown lockId warning Apply remaining portion of patch to avoid the Release unknown lockId: 5 warning that is regularly logged. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo

git commit: PHOENIX-1103 ChunkedResultIterator compat with hash joins

2014-07-23 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 545abe535 - 36a41c86a PHOENIX-1103 ChunkedResultIterator compat with hash joins Remove the special case for hash joins in the ChunkedResultIterator. Once the chunk size is reached, continue scanning until the row key changes. This commit

git commit: PHOENIX-1103 ChunkedResultIterator compat with hash joins

2014-07-23 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 343d9262c - f714932f0 PHOENIX-1103 ChunkedResultIterator compat with hash joins Remove the special case for hash joins in the ChunkedResultIterator. Once the chunk size is reached, continue scanning until the row key changes. This commit

git commit: PHOENIX-539 Chunked loading of parallel scanning

2014-07-08 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.0 8496d76ac - 2625274eb PHOENIX-539 Chunked loading of parallel scanning Instead of spooling all data in a table to disk, load it in chunks as needed, potentially spooling large quantities of data to disk. Project:

git commit: PHOENIX-1037 ResultSetSqlType for date/time types

2014-06-12 Thread greid
Repository: phoenix Updated Branches: refs/heads/master e9f895f69 - 58b2a79e5 PHOENIX-1037 ResultSetSqlType for date/time types Add implementations of getResultSetSqlType for unsigned date/time/timestamp types Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

git commit: PHOENIX-1037 ResultSetSqlType for date/time types

2014-06-12 Thread greid
Repository: phoenix Updated Branches: refs/heads/3.0 6afce315e - d29254079 PHOENIX-1037 ResultSetSqlType for date/time types Add implementations of getResultSetSqlType for unsigned date/time/timestamp types Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

<    1   2