[HUDI-5193] Enhancing spark-ds write tests for some of the core user flows#7179
Merged
xushiyan merged 6 commits intoapache:masterfrom May 29, 2023
Merged
[HUDI-5193] Enhancing spark-ds write tests for some of the core user flows#7179xushiyan merged 6 commits intoapache:masterfrom
xushiyan merged 6 commits intoapache:masterfrom
Conversation
Contributor
|
Contributor
|
In commonOpts you have but then in options you set |
Contributor
|
I think |
Contributor
|
read incremental query doesn't have |
Contributor
|
think its supposed to be |
Contributor
|
|
Contributor
|
Inconsistent use of DF and Df |
Contributor
|
Changes look good to me |
jonvex
reviewed
Nov 21, 2022
...rk-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestSparkDataSource.scala
Outdated
Show resolved
Hide resolved
4 tasks
c5c2e42 to
d4e392c
Compare
51623ae to
a508f40
Compare
a508f40 to
c92b4ad
Compare
Collaborator
xushiyan
approved these changes
May 29, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Logs
We realized we don't have good test coverage for some of the core user flows w/ spark data source writes. So, enhancing the tests to cover the scenarios.
Tests coverage added w/ spark-data source writes:
Impact
Will help catch any bugs around core user flows upfront.
Risk level (write none, low medium or high below)
low.
Documentation Update
N/A
Contributor's checklist