-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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
[SPARK-23268][SQL][followup] Reorganize packages in data source V2 #20509
Conversation
Test build #87065 has finished for PR 20509 at commit
|
The proposal sounds good to me 👍 |
Test build #87070 has finished for PR 20509 at commit
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM.
nit: we can remove some imports due to moving into the same package, from |
Test build #87141 has finished for PR 20509 at commit
|
Test build #87188 has finished for PR 20509 at commit
|
thanks, merging to master/2.3! |
## What changes were proposed in this pull request? This is a followup of #20435. While reorganizing the packages for streaming data source v2, the top level stream read/write support interfaces should not be in the reader/writer package, but should be in the `sources.v2` package, to follow the `ReadSupport`, `WriteSupport`, etc. ## How was this patch tested? N/A Author: Wenchen Fan <[email protected]> Closes #20509 from cloud-fan/followup. (cherry picked from commit a75f927) Signed-off-by: Wenchen Fan <[email protected]>
## What changes were proposed in this pull request? This is a followup of apache#20435. While reorganizing the packages for streaming data source v2, the top level stream read/write support interfaces should not be in the reader/writer package, but should be in the `sources.v2` package, to follow the `ReadSupport`, `WriteSupport`, etc. ## How was this patch tested? N/A Author: Wenchen Fan <[email protected]> Closes apache#20509 from cloud-fan/followup.
What changes were proposed in this pull request?
This is a followup of #20435.
While reorganizing the packages for streaming data source v2, the top level stream read/write support interfaces should not be in the reader/writer package, but should be in the
sources.v2
package, to follow theReadSupport
,WriteSupport
, etc.How was this patch tested?
N/A