saikocat edited a comment on pull request #30902:
URL: https://github.com/apache/spark/pull/30902#issuecomment-750031246


   Hi gengliangwang,
   
   Thank you so much for your reply. I understand the issue now. 
   
   Then I guess the bug should be in the Spark JDBC Utils schema conversion 
part then 
(https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JdbcUtils.scala#L229)?
 Cos it converts a `TIME(6)` in MySQL into `TimestampType`. It should be 
`IntegerType` then no?


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to