[jira] [Created] (CALCITE-2839) Simplify x = true to x and x = false to not x

2019-02-10 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created CALCITE-2839: - Summary: Simplify x = true to x and x = false to not x Key: CALCITE-2839 URL: https://issues.apache.org/jira/browse/CALCITE-2839 Project: Calcite

[jira] [Created] (CALCITE-2838) Simplification: Remove redundant IS TRUE checks

2019-02-10 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created CALCITE-2838: - Summary: Simplification: Remove redundant IS TRUE checks Key: CALCITE-2838 URL: https://issues.apache.org/jira/browse/CALCITE-2838 Project: Calcite

[GitHub] walterddr commented on issue #1011: [CALCITE-2721] Support parsing of DOT + MEMBER_FUNCTION

2019-02-10 Thread GitBox
walterddr commented on issue #1011: [CALCITE-2721] Support parsing of DOT + MEMBER_FUNCTION URL: https://github.com/apache/calcite/pull/1011#issuecomment-462157142 Seems like the problem about identifier can be fix once #958 is merged. I would suggest we hold off this PR until

[GitHub] walterddr commented on a change in pull request #1011: [CALCITE-2721] Support parsing of DOT + MEMBER_FUNCTION

2019-02-10 Thread GitBox
walterddr commented on a change in pull request #1011: [CALCITE-2721] Support parsing of DOT + MEMBER_FUNCTION URL: https://github.com/apache/calcite/pull/1011#discussion_r255345936 ## File path: core/src/main/codegen/templates/Parser.jj ## @@ -3380,6 +3380,70 @@ SqlNode

[GitHub] walterddr commented on a change in pull request #1011: [CALCITE-2721] Support parsing of DOT + MEMBER_FUNCTION

2019-02-10 Thread GitBox
walterddr commented on a change in pull request #1011: [CALCITE-2721] Support parsing of DOT + MEMBER_FUNCTION URL: https://github.com/apache/calcite/pull/1011#discussion_r255345936 ## File path: core/src/main/codegen/templates/Parser.jj ## @@ -3380,6 +3380,70 @@ SqlNode

[GitHub] walterddr commented on a change in pull request #1011: [CALCITE-2721] Support parsing of DOT + MEMBER_FUNCTION

2019-02-10 Thread GitBox
walterddr commented on a change in pull request #1011: [CALCITE-2721] Support parsing of DOT + MEMBER_FUNCTION URL: https://github.com/apache/calcite/pull/1011#discussion_r255345936 ## File path: core/src/main/codegen/templates/Parser.jj ## @@ -3380,6 +3380,70 @@ SqlNode

Re: Pushing to site (in svn)

2019-02-10 Thread Andrei Sereda
Yes static site is tricky. You have to keep 3 branches in sync: master, site and svn. I always publish from site branch (and have fewer diffs). Sometimes git master and site branches are only synced during release. On Sun, Feb 10, 2019 at 9:17 AM Stamatis Zampetakis wrote: > @Francis:

Re: Pushing to site (in svn)

2019-02-10 Thread Stamatis Zampetakis
@Francis: Whatever I said concerns the site branch (not the master). @Andrei: I did more or less the same thing but without using docker. It appears that the site branch in git and the published site in svn are not sync. Compare for instance: