Qihoo360 / Quicksql

A Flexible, Fast, Federated(3F) SQL Analysis Middleware for Multiple Data Sources

Home Page:https://quicksql.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is no SqlParserImpl in com.qihoo.qsql.org.apache.calcite.sql.parser.impl

woaidapaopao opened this issue · comments

Versions

eg: 0.7.0

Describe the bug

There is no SqlParserImpl in package com.qihoo.qsql.org.apache.calcite.sql.parser.impl

To Reproduce

In config.fmpp

  parser: {
    # Generated parser implementation package and class name.
    package: "com.qihoo.qsql.org.apache.calcite.sql.parser.impl",
    class: "SqlParserImpl",

SqlParserImpl is the syntax parsing rule for Calcite, which is generated by dynamic JavaCC and we don't need to implement.