dongjoon-hyun commented on code in PR #49564: URL: https://github.com/apache/spark/pull/49564#discussion_r1927801518
########## sql/core/src/main/scala/org/apache/spark/sql/jdbc/MySQLDialect.scala: ########## @@ -406,7 +406,7 @@ private case class MySQLDialect() extends JdbcDialect with SQLConfHelper with No } options.prepareQuery + - s"SELECT $columnList FROM ${options.tableOrQuery} $tableSampleClause" + + s"SELECT ${options.hint}$columnList FROM ${options.tableOrQuery} $tableSampleClause" + Review Comment: To @pan3793 , it's just a comment, but Apache Spark's HINT is also in SELECT clause only. https://spark.apache.org/docs/latest/sql-ref-syntax-qry-select-hints.html#hints -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org