Skip to content

Conversation

@somideshmukh
Copy link
Contributor

New changes with JDBCRDD

@srowen
Copy link
Member

srowen commented Nov 16, 2015

I agree with this, and am OK to merge this.
There is still an issue with not closing the Statements, although it's a separate issue.

@SparkQA
Copy link

SparkQA commented Nov 16, 2015

Test build #2063 has finished for PR 9733 at commit 9db069d.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

@somideshmukh
Copy link
Contributor Author

OK,I will remove non-DDL statements and create new pull request.

@srowen
Copy link
Member

srowen commented Nov 17, 2015

You don't need a new PR, just push a new commit here. It's better, as it preserves the history of the discussion.

@somideshmukh
Copy link
Contributor Author

I have push new commit to SomilBranch-1.1

@asfgit asfgit closed this in b8f4379 Nov 18, 2015
asfgit pushed a commit that referenced this pull request Nov 18, 2015
…aredStatement.executeUpdate for DDLs

New changes with JDBCRDD

Author: somideshmukh <[email protected]>

Closes #9733 from somideshmukh/SomilBranch-1.1.

(cherry picked from commit b8f4379)
Signed-off-by: Sean Owen <[email protected]>
@srowen
Copy link
Member

srowen commented Nov 18, 2015

Merged to master/1.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants