Hisoka-X commented on code in PR #42799:
URL: https://github.com/apache/spark/pull/42799#discussion_r1354139504
##########
sql/core/src/main/scala/org/apache/spark/sql/jdbc/JdbcDialects.scala:
##########
@@ -177,10 +177,11 @@ abstract class JdbcDialect extends Serializable with
Logging {
* To allow certain options to append when create a new table, which can be
* table_options or partition_options.
* E.g., "CREATE TABLE t (name string) ENGINE=InnoDB DEFAULT CHARSET=utf8"
- * @param statement
- * @param tableName
- * @param strSchema
- * @param options
+ *
+ * @param statement The Statement object used to execute SQL statements.
+ * @param tableName The name of the table to be created.
+ * @param strSchema The schema of the table to be created.
+ * @param options The JDBC options. It contains table_options or
partition_options.
Review Comment:
Thanks, addressed.
--
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]