I think this is used to generate the SQL parser? Is it possible to use Calcite directly?
ling miao <lingm...@apache.org> 于2020年10月26日周一 下午7:38写道: > Hi, > > Currently, some fe dependencies that we rely on are not in the maven repo. > For example, cup-maven-plugin and java-cup are located at the Cloudera > 3rd-P. > This will lead to the risk that our code will not be compiled when the > third-party repo changes. > > I have also tried whether it is possible to replace these dependencies > with other packages or versions, but unfortunately the only thing we can > use at the moment is this. > > So I propose whether we can maintain these jar packages in our own repo to > ensure that they can be found every time we compile? > > Or do you have any better solutions? > > Ling Miao >