Repository: phoenix Updated Branches: refs/heads/calcite 3a16fa99b -> 0e74787b0
Fix compilation issue because of DEFAULT Keyword changed in Calcite Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0e74787b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0e74787b Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/0e74787b Branch: refs/heads/calcite Commit: 0e74787b09ccd5089488aa27b6d9bce0643f8b87 Parents: 3a16fa9 Author: Rajeshbabu Chintaguntla <[email protected]> Authored: Wed Apr 26 12:01:37 2017 +0530 Committer: Rajeshbabu Chintaguntla <[email protected]> Committed: Wed Apr 26 12:01:37 2017 +0530 ---------------------------------------------------------------------- phoenix-core/src/main/codegen/includes/parserImpls.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/0e74787b/phoenix-core/src/main/codegen/includes/parserImpls.ftl ---------------------------------------------------------------------- diff --git a/phoenix-core/src/main/codegen/includes/parserImpls.ftl b/phoenix-core/src/main/codegen/includes/parserImpls.ftl index 0e04048..f4849cb 100644 --- a/phoenix-core/src/main/codegen/includes/parserImpls.ftl +++ b/phoenix-core/src/main/codegen/includes/parserImpls.ftl @@ -900,7 +900,7 @@ SqlColumnDefNode ColumnDef() : {isNull = true;} ] [ - <DEFAULT_KW> + <DEFAULT_> expression = Expression(ExprContext.ACCEPT_NONQUERY) ] [
