Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CALCITE-1384 Extension point for ALTER statements #322

Closed
wants to merge 1 commit into from

Conversation

gabrielreid
Copy link
Member

@gabrielreid gabrielreid commented Nov 3, 2016

Add a parser extension point for parsing of ALTER statements.

The main content of this commit is the addition of an initial
test setup to allow testing parsing extension points within
Calcite itself. This involves the addition of test-specific
parser templates and building of a test-specific parser.

Add a parser extension point for parsing of ALTER statements.

The main content of this commit is the addition of an initial
test setup to allow testing parsing extension points within
Calcite itself. This involves the addition of test-specific
parser templates and building of a test-specific parser.
julianhyde pushed a commit to julianhyde/calcite that referenced this pull request Nov 8, 2016
Add a parser extension point for parsing of ALTER statements.

The main content of this commit is the addition of an initial
test setup to allow testing parsing extension points within
Calcite itself. This involves the addition of test-specific
parser templates and building of a test-specific parser.

Close apache#322
julianhyde pushed a commit to julianhyde/calcite that referenced this pull request Nov 8, 2016
Add a parser extension point for parsing of ALTER statements.

The main content of this commit is the addition of an initial
test setup to allow testing parsing extension points within
Calcite itself. This involves the addition of test-specific
parser templates and building of a test-specific parser.

Close apache#322
julianhyde pushed a commit to julianhyde/calcite that referenced this pull request Nov 8, 2016
Add a parser extension point for parsing of ALTER statements.

The main content of this commit is the addition of an initial
test setup to allow testing parsing extension points within
Calcite itself. This involves the addition of test-specific
parser templates and building of a test-specific parser.

Close apache#322
julianhyde pushed a commit to julianhyde/calcite that referenced this pull request Nov 9, 2016
Add a parser extension point for parsing of ALTER statements.

The main content of this commit is the addition of an initial
test setup to allow testing parsing extension points within
Calcite itself. This involves the addition of test-specific
parser templates and building of a test-specific parser.

Close apache#322
@asfgit asfgit closed this in fea5411 Nov 11, 2016
ldming pushed a commit to ldming/mycalcite that referenced this pull request Sep 13, 2018
Add a parser extension point for parsing of ALTER statements.

The main content of this commit is the addition of an initial
test setup to allow testing parsing extension points within
Calcite itself. This involves the addition of test-specific
parser templates and building of a test-specific parser.

Fix running mvn clean install site, but ensuring that the
javacc generated test sources directory is excluded from the
source root when compiling (it's added as a source root by the
javacc plugin).

Also change the package of the parser extension testing classes
to make it more clear that they are only for testing (for added
clarity in the exclusions in the pom).

Close apache/calcite#322
fengguangyuan pushed a commit to fengguangyuan/calcite that referenced this pull request Jun 29, 2023
* KE-41870 change TIMESTAMP DIFF/ADD function's checker to support string date args and update version number for calcite pr 321
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant