[SPARK-10946][SQL]JDBC - Use Statement.executeUpdate instead of PreparedStatement.executeUpdate for DDLs #9733
[SPARK-10946][SQL]JDBC - Use Statement.executeUpdate instead of PreparedStatement.executeUpdate for DDLs #9733somideshmukh wants to merge 2 commits into
Conversation
…redStatement.executeUpdate for DDLs
|
I agree with this, and am OK to merge this. |
|
Test build #2063 has finished for PR 9733 at commit
|
There was a problem hiding this comment.
Ah hang on a sec, I see you've changed some non-DDL statements in this version of the PR. The change is just about avoiding PreparedStatement for DDL right? My earlier comments were about closing resources for a bunch of queries including non-DDL. But if you're only addressing DDL, then your last PR was fine (before it was corrupted).
|
OK,I will remove non-DDL statements and create new pull request. |
|
You don't need a new PR, just push a new commit here. It's better, as it preserves the history of the discussion. |
…redStatement.executeUpdate for DDLs
|
I have push new commit to SomilBranch-1.1 |
|
Merged to master/1.6 |
New changes with JDBCRDD