[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

Apache-Phoenix | Master | Build Successful

2014-12-03 Thread Apache Jenkins Server
Master branch build status Successful Source repository https://git-wip-us.apache.org/repos/asf/phoenix.git Last Successful Compiled Artifacts https://builds.apache.org/job/Phoenix-master/lastSuccessfulBuild/artifact/ Last Complete Test Report

Jenkins build is back to normal : Phoenix | 4.2 #29

2014-12-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/Phoenix-4.2/29/changes

phoenix git commit: PHOENIX-1484 Index creation failed due to specifying DEFAULT_COLUMN_FAMILY option (James Taylor)

2014-12-03 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/3.0 63b3e4eb8 - 8768902a6 PHOENIX-1484 Index creation failed due to specifying DEFAULT_COLUMN_FAMILY option (James Taylor) Conflicts: phoenix-core/src/it/java/org/apache/phoenix/end2end/index/LocalIndexIT.java

phoenix git commit: PHOENIX-1484 Index creation failed due to specifying DEFAULT_COLUMN_FAMILY option (James Taylor)

2014-12-03 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/3.2 cdcbcf218 - d09ef63c6 PHOENIX-1484 Index creation failed due to specifying DEFAULT_COLUMN_FAMILY option (James Taylor) Conflicts: phoenix-core/src/it/java/org/apache/phoenix/end2end/index/LocalIndexIT.java

Apache-Phoenix | Master | Build Successful

2014-12-03 Thread Apache Jenkins Server
Master branch build status Successful Source repository https://git-wip-us.apache.org/repos/asf/phoenix.git Last Successful Compiled Artifacts https://builds.apache.org/job/Phoenix-master/lastSuccessfulBuild/artifact/ Last Complete Test Report

Jenkins build is back to normal : Phoenix | 4.2 #31

2014-12-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/Phoenix-4.2/31/changes

phoenix git commit: PHOENIX-1500 Disallow mutations and queries using using PhoenixPreparedStatement.executeQuery() and executeUpdate() respectively (Samarth Jain)

2014-12-03 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/4.0 e758b6d3b - dcf1bc9c9 PHOENIX-1500 Disallow mutations and queries using using PhoenixPreparedStatement.executeQuery() and executeUpdate() respectively (Samarth Jain) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-1500 Disallow mutations and queries using using PhoenixPreparedStatement.executeQuery() and executeUpdate() respectively (Samarth Jain)

2014-12-03 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/master f47e1700d - ceded2266 PHOENIX-1500 Disallow mutations and queries using using PhoenixPreparedStatement.executeQuery() and executeUpdate() respectively (Samarth Jain) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-1500 Disallow mutations and queries using using PhoenixPreparedStatement.executeQuery() and executeUpdate() respectively (Samarth Jain)

2014-12-03 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/4.2 fecc730dc - 9411c60ab PHOENIX-1500 Disallow mutations and queries using using PhoenixPreparedStatement.executeQuery() and executeUpdate() respectively (Samarth Jain) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-1500 Disallow mutations and queries using using PhoenixPreparedStatement.executeQuery() and executeUpdate() respectively (Samarth Jain)

2014-12-03 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/3.0 8768902a6 - 75ae0a7ee PHOENIX-1500 Disallow mutations and queries using using PhoenixPreparedStatement.executeQuery() and executeUpdate() respectively (Samarth Jain) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: