Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SNAP-2158] DataFrame update API. #941

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

[SNAP-2158] DataFrame update API. #941

wants to merge 10 commits into from

Conversation

rishitesh
Copy link
Contributor

@rishitesh rishitesh commented Jan 29, 2018

Changes proposed in this pull request

Added update API to DataFrame.
Both row and column tables can be updated df.write.update("table")

Also added a utility method to get JDBC data frames using pooled connection settings. Otherwise, JDBC relation will create a new connection every time, which is very expensive in streaming applications.

Added a check in SnappyHashJoin to skip scanning of tables, if the built map size is zero. This is helpful if some join operation is happening in an empty dataframe.

Patch testing

pre-checkin

ReleaseNotes.txt changes

Na

Other PRs

NA

@rishitesh rishitesh changed the title Snap 2158 [SNAP-2158] DataFrame update API. Feb 6, 2018
@sumwale sumwale force-pushed the master branch 2 times, most recently from 99ec79c to c7b84fa Compare June 12, 2022 04:19
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.

None yet

1 participant