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 2021/01/22 15:04:49 UTC

[GitHub] [shardingsphere] terrymanu commented on a change in pull request #9133: Order by primary keys ascending if simple query sql without order by clause for MySQL

terrymanu commented on a change in pull request #9133:
URL: https://github.com/apache/shardingsphere/pull/9133#discussion_r562692852



##########
File path: shardingsphere-infra/shardingsphere-infra-binder/pom.xml
##########
@@ -43,5 +43,12 @@
             <artifactId>shardingsphere-infra-common</artifactId>
             <version>${project.version}</version>
         </dependency>
+        
+        <dependency>
+            <groupId>org.apache.shardingsphere</groupId>
+            <artifactId>shardingsphere-sql-parser-mysql</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>

Review comment:
       The infra module can not understand concrete module such as shardingsphere-sql-parser-mysql




----------------------------------------------------------------
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.

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