pan3793 commented on PR #53026:
URL: https://github.com/apache/spark/pull/53026#issuecomment-3525748495

   I think precision loss is expected behavior due to the limitation of the 
JDBC specification, the current implementation is fine.
   
   Hive JDBC driver doesn't support `getTime()` method as of the latest 4.2.0 
RC0
   
   
https://github.com/apache/hive/blob/rel/release-4.2.0-rc0/jdbc/src/java/org/apache/hive/jdbc/HiveBaseResultSet.java#L679
   
   So for STS cases, we can't do E2E test even though we support it on the 
server side. BTW, STS converts some type of data into a String on the server 
side before returning to the client, so it may have no precision loss in 
display.


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

Reply via email to