[
https://issues.apache.org/jira/browse/CALCITE-4135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17162412#comment-17162412
]
Julian Hyde commented on CALCITE-4135:
--------------------------------------
Yes. It's certainly in my dev build of calcite-server:
{noformat}
$ tar tvf server/build/libs/calcite-server-1.24.0-SNAPSHOT.jar |grep Ddl
-rw-rw-r-- 0 0 0 1019 Feb 1 1980
org/apache/calcite/server/ServerDdlExecutor$1.class
-rw-rw-r-- 0 0 0 2358 Feb 1 1980
org/apache/calcite/server/ServerDdlExecutor$2.class
-rw-rw-r-- 0 0 0 1306 Feb 1 1980
org/apache/calcite/server/ServerDdlExecutor$3.class
-rw-rw-r-- 0 0 0 1523 Feb 1 1980
org/apache/calcite/server/ServerDdlExecutor$ColumnDef.class
-rw-rw-r-- 0 0 0 27425 Feb 1 1980
org/apache/calcite/server/ServerDdlExecutor.class
-rw-rw-r-- 0 0 0 1072 Feb 1 1980
org/apache/calcite/sql/parser/ddl/SqlDdlParserImpl$1.class
-rw-rw-r-- 0 0 0 1431 Feb 1 1980
org/apache/calcite/sql/parser/ddl/SqlDdlParserImpl$2.class
-rw-rw-r-- 0 0 0 561 Feb 1 1980
org/apache/calcite/sql/parser/ddl/SqlDdlParserImpl$JJCalls.class
-rw-rw-r-- 0 0 0 744 Feb 1 1980
org/apache/calcite/sql/parser/ddl/SqlDdlParserImpl$LookaheadSuccess.class
-rw-rw-r-- 0 0 0 486511 Feb 1 1980
org/apache/calcite/sql/parser/ddl/SqlDdlParserImpl.class
-rw-rw-r-- 0 0 0 42579 Feb 1 1980
org/apache/calcite/sql/parser/ddl/SqlDdlParserImplConstants.class
-rw-rw-r-- 0 0 0 278272 Feb 1 1980
org/apache/calcite/sql/parser/ddl/SqlDdlParserImplTokenManager.class
{noformat}
> Cannot find SqlDdlParserImpl class, which seems necessary for parsing DDL.
> --------------------------------------------------------------------------
>
> Key: CALCITE-4135
> URL: https://issues.apache.org/jira/browse/CALCITE-4135
> Project: Calcite
> Issue Type: Bug
> Components: core
> Affects Versions: 1.23.0
> Environment: Custom Java classes built using Gradle.
> Reporter: Stewart Bryson
> Priority: Major
>
> I am trying to parse DDL statements, and tried code similar to the following:
> [https://stackoverflow.com/questions/53801005/apache-calcite-cant-seem-to-parse-ddl-statements]
> However, I cannot find the SqlDdlParserImpl class anywhere. I see several
> references to it in the GitHub repo:
> [https://github.com/apache/calcite/search?q=SqlDdlParserImpl&unscoped_q=SqlDdlParserImpl]
> I have tried using the calcite-core and calcite-server dependencies. What am
> I missing?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)