senthh commented on a change in pull request #34042:
URL: https://github.com/apache/spark/pull/34042#discussion_r711841058
##########
File path: docs/sql-data-sources-jdbc.md
##########
@@ -29,7 +29,9 @@ as a DataFrame and they can easily be processed in Spark SQL
or joined with othe
The JDBC data source is also easier to use from Java or Python as it does not
require the user to
provide a ClassTag.
(Note that this is different than the Spark SQL JDBC server, which allows
other applications to
-run queries using Spark SQL).
+run queries using Spark SQL).
+
+All columns are automatically converted to be nullable for compatibility
reasons.
Review comment:
@HyukjinKwon Yes, agree, we should find better solution for this
'nullable' issue. But until we fix, adding a note in the document will be
helpful to the users.
--
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]