Skip to content

Commit

Permalink
feat:add sql debug feature
Browse files Browse the repository at this point in the history
  • Loading branch information
duanxiaoqiu committed May 9, 2023
1 parent 1d5f75c commit e84b056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeppelin-interpreter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
<argument>-package</argument>
<argument>org.apache.zeppelin.antrl4</argument>
<argument>-o</argument>
<argument>${basedir}/src/main/java/org/apache/zeppelin/antrl4</argument>
<argument>${project.build.directory}/generated-sources/antlr4</argument>
</arguments>
<visitor>true</visitor>
<sourceDirectory>${basedir}/src/main/antrl4</sourceDirectory>
Expand Down

0 comments on commit e84b056

Please sign in to comment.