Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz committed Feb 6, 2024
1 parent 2fc02e0 commit 28b4e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fe/fe-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -886,12 +886,12 @@ under the License.
</executions>
<configuration>
<visitor>true</visitor>
<sourceDirectory>src/main/antlr4</sourceDirectory>
<!-->import DorisParser in PLParser.g4 will prompt warning options { tokenVocab = DorisLexer; }
ignored, this is expected behavior, antlr/antlr4#2209, hope to ignore this warning alone,
but it seems that can only delete this treatWarningsAsErrors.
Other warnings should not be ignored.<-->
<!--<sourceDirectory>src/main/antlr4</sourceDirectory>-->
<treatWarningsAsErrors>true</treatWarningsAsErrors>
<!--<treatWarningsAsErrors>true</treatWarningsAsErrors>-->
<libDirectory>src/main/antlr4/org/apache/doris/nereids</libDirectory>
</configuration>
</plugin>
Expand Down

0 comments on commit 28b4e04

Please sign in to comment.