MaxGekk commented on a change in pull request #29317:
URL: https://github.com/apache/spark/pull/29317#discussion_r463703068
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JdbcUtils.scala
##########
@@ -819,8 +819,10 @@ object JdbcUtils extends Logging {
if (null != customSchema && customSchema.nonEmpty) {
Review comment:
JDBC spec mentions the STRUCT type, for example
https://docs.oracle.com/javase/8/docs/api/java/sql/Types.html#STRUCT.
At least, you can access to Spark cluster from another Spark cluster via
JDBC ;-)
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]