Skip to content

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 requested review from kneeraj and sumwale January 29, 2018 07:38
@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.

2 participants