Re: Issue with extending SqlAbstractConformance

2018-11-26 Thread Devjyoti Patra
Hi Michael, Following is the message from the compilation error *ERROR*] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile *(default-compile)* on project parse: *Compilation failure* [*ERROR*] */Users/devjyotip/AvaticaPrestoParser.java:[46,17] cannot find symbol*

Re: Issue with extending SqlAbstractConformance

2018-11-26 Thread Michael Mior
You seem to only be showing the first line of the error. There should be a longer message below that would probably be helpful for debugging. -- Michael Mior mm...@apache.org Le lun. 26 nov. 2018 à 06:54, Devjyoti Patra a écrit : > Hi, I am trying to build the parser config using the

Issue with extending SqlAbstractConformance

2018-11-26 Thread Devjyoti Patra
Hi, I am trying to build the parser config using the Configbuilder class SqlParser.configBuilder() .setUnquotedCasing(Casing.UNCHANGED) .setConformance(SqlConformanceEnum.DEFAULT) .build(); But this throws an error during compile rime [*ERROR*] * symbol: method