You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/04/06 15:27:31 UTC

[GitHub] [shardingsphere] everly-gif commented on pull request #16618: Support Parsing `DROP RULE` in PostgreSQL

everly-gif commented on PR #16618:
URL: https://github.com/apache/shardingsphere/pull/16618#issuecomment-1090403656

   I get an error : `1 counts of IllegalAnnotationExceptions
   Two classes have the same XML type name "dropRuleStatementTestCase"`
   
   ```
   this problem is related to the following location:
   		at org.apache.shardingsphere.test.sql.parser.parameterized.jaxb.cases.domain.statement.ddl.DropRuleStatementTestCase
   		at private final java.util.List org.apache.shardingsphere.test.sql.parser.parameterized.jaxb.cases.domain.SQLParserTestCases.dropRuleTestCases
   		at org.apache.shardingsphere.test.sql.parser.parameterized.jaxb.cases.domain.SQLParserTestCases
   	this problem is related to the following location:
   		at org.apache.shardingsphere.test.sql.parser.parameterized.jaxb.cases.domain.statement.DropRuleStatementTestCase
   		at org.apache.shardingsphere.test.sql.parser.parameterized.jaxb.cases.domain.statement.distsql.rdl.drop.DropReadwriteSplittingRuleStatementTestCase
   		at private final java.util.List org.apache.shardingsphere.test.sql.parser.parameterized.jaxb.cases.domain.SQLParserTestCases.dropReadwriteSplittingRuleTestCase
   		at org.apache.shardingsphere.test.sql.parser.parameterized.jaxb.cases.domain.SQLParserTestCases
   ```
   That's the one failing CI


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org