beliefer commented on code in PR #39667:
URL: https://github.com/apache/spark/pull/39667#discussion_r1097336364
##########
sql/core/src/main/scala/org/apache/spark/sql/jdbc/MySQLDialect.scala:
##########
@@ -51,6 +51,20 @@ private case object MySQLDialect extends JdbcDialect with
SQLConfHelper {
supportedFunctions.contains(funcName)
class MySQLSQLBuilder extends JDBCSQLBuilder {
+ override def visitSortOrder(
Review Comment:
Yes. Many dialects cannot treat it correctly.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]