[1/2] phoenix git commit: PHOENIX-1991 Implement QueryPlan.getTableRefs()

2015-05-21 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/txn 5ff3fca2c - 6f8f39436 PHOENIX-1991 Implement QueryPlan.getTableRefs() Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d71b8204 Tree:

[2/2] phoenix git commit: Additional comments for handling rollback for immutable indexes

2015-05-21 Thread jamestaylor
Additional comments for handling rollback for immutable indexes Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/6f8f3943 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/6f8f3943 Diff:

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

2015-05-21 Thread rajeshbabu
Author: rajeshbabu Date: Thu May 21 06:08:31 2015 New Revision: 1680737 URL: http://svn.apache.org/r1680737 Log: PHOENIX-1982 Documentation for UDF support addendum(Rajeshbabu) Modified: phoenix/phoenix-docs/src/docsrc/help/phoenix.csv phoenix/site/publish/language/index.html Modified:

Git Push Summary

2015-05-21 Thread rajeshbabu
Repository: phoenix Updated Branches: refs/heads/4.4-HBase-0.98 [deleted] bf01eb209

Git Push Summary

2015-05-21 Thread rajeshbabu
Repository: phoenix Updated Branches: refs/heads/4.4-HBase-0.98 [created] bf01eb209

svn commit: r9079 - in /release/phoenix/phoenix-4.4.0-HBase-1.0: ./ bin/ src/

2015-05-21 Thread rajeshbabu
Author: rajeshbabu Date: Thu May 21 20:11:53 2015 New Revision: 9079 Log: 4.4.0-HBase-1.0 release Added: release/phoenix/phoenix-4.4.0-HBase-1.0/ release/phoenix/phoenix-4.4.0-HBase-1.0/bin/ release/phoenix/phoenix-4.4.0-HBase-1.0/bin/phoenix-4.4.0-HBase-1.0-bin.tar.gz (with

phoenix git commit: Change version to 4.4.1-HBase-1.0-SNAPSHOT

2015-05-21 Thread rajeshbabu
Repository: phoenix Updated Branches: refs/heads/4.4-HBase-1.0 bf01eb209 - d77c6edc4 Change version to 4.4.1-HBase-1.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d77c6edc Tree:

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

2015-05-21 Thread rajeshbabu
Author: rajeshbabu Date: Fri May 22 01:33:41 2015 New Revision: 1680974 URL: http://svn.apache.org/r1680974 Log: PHOENIX-1817 Document new date/time built-in functions in Functions reference guide(Alicia Ying Shu) Modified: phoenix/phoenix-docs/src/docsrc/help/phoenix.csv

Git Push Summary

2015-05-21 Thread rajeshbabu
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.1 [created] bf01eb209

Git Push Summary

2015-05-21 Thread rajeshbabu
Repository: phoenix Updated Branches: refs/heads/4.4-HBase-1.1 [created] bf01eb209

Git Push Summary

2015-05-21 Thread rajeshbabu
Repository: phoenix Updated Branches: refs/heads/4.4-HBase-0.98 [created] 4578c10a6

svn commit: r9078 - in /release/phoenix/phoenix-4.4.0-HBase-0.98: ./ bin/ src/

2015-05-21 Thread rajeshbabu
Author: rajeshbabu Date: Thu May 21 19:51:02 2015 New Revision: 9078 Log: 4.4.0-HBase-0.98 release Added: release/phoenix/phoenix-4.4.0-HBase-0.98/ release/phoenix/phoenix-4.4.0-HBase-0.98/bin/ release/phoenix/phoenix-4.4.0-HBase-0.98/bin/phoenix-4.4.0-HBase-0.98-bin.tar.gz (with

phoenix git commit: PHOENIX-1984 Make INSTR 1-based instead of 0-based

2015-05-21 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 cef3610e5 - 6f5dad93d PHOENIX-1984 Make INSTR 1-based instead of 0-based Bring functionality of INSTR built-in function in-line with other SQL string functions, with indexing of strings starting at 1. Signed-off-by: Gabriel Reid

phoenix git commit: PHOENIX-1984 Make INSTR 1-based instead of 0-based

2015-05-21 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 b9712982f - a4a79e469 PHOENIX-1984 Make INSTR 1-based instead of 0-based Bring functionality of INSTR built-in function in-line with other SQL string functions, with indexing of strings starting at 1. Signed-off-by: Gabriel Reid

phoenix git commit: PHOENIX-1984 Make INSTR 1-based instead of 0-based

2015-05-21 Thread greid
Repository: phoenix Updated Branches: refs/heads/master d3ff0798f - c2fed1dac PHOENIX-1984 Make INSTR 1-based instead of 0-based Bring functionality of INSTR built-in function in-line with other SQL string functions, with indexing of strings starting at 1. Signed-off-by: Gabriel Reid

phoenix git commit: PHOENIX-1996 Use BytesStringer instead of ZeroCopyByteString

2015-05-21 Thread ndimiduk
Repository: phoenix Updated Branches: refs/heads/master c2fed1dac - 286ff26d8 PHOENIX-1996 Use BytesStringer instead of ZeroCopyByteString Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/286ff26d Tree:

phoenix git commit: PHOENIX-1996 Use BytesStringer instead of ZeroCopyByteString

2015-05-21 Thread ndimiduk
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 6f5dad93d - e86b94df0 PHOENIX-1996 Use BytesStringer instead of ZeroCopyByteString Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/e86b94df Tree:

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

2015-05-21 Thread rajeshbabu
Author: rajeshbabu Date: Thu May 21 16:42:01 2015 New Revision: 1680925 URL: http://svn.apache.org/r1680925 Log: PHOENIX-1982 Documentation for UDF support-addendum Modified: phoenix/phoenix-docs/src/docsrc/help/phoenix.csv phoenix/site/publish/language/index.html Modified:

Apache-Phoenix | 4.x-HBase-1.0 | Build Successful

2015-05-21 Thread Apache Jenkins Server
4.x-HBase-1.0 branch build status Successful Source repository https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=shortlog;h=refs/heads/4.x-HBase-1.0 Compiled Artifacts https://builds.apache.org/job/Phoenix-4.x-HBase-1.0/lastSuccessfulBuild/artifact/ Test Report