Uh oh!
There was an error while loading. Please reload this page.
[SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected - #25820
[SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected#25820sandeep-katta wants to merge 6 commits into
Conversation
dongjoon-hyun
commented
Sep 17, 2019
ok to test |
dongjoon-hyun
commented
Sep 17, 2019
Thank you for making a PR, @sandeep-katta . |
dongjoon-hyun
commented
Sep 17, 2019
cc @HyukjinKwon |
dongjoon-hyun
commented
Sep 18, 2019
BTW, @sandeep-katta . |
Uh oh!
There was an error while loading. Please reload this page.
SparkQA
commented
Sep 18, 2019
Test build #110831 has finished for PR 25820 at commit
|
SparkQA
commented
Sep 18, 2019
Test build #110871 has finished for PR 25820 at commit
|
SparkQA
commented
Sep 18, 2019
Test build #110870 has finished for PR 25820 at commit
|
SparkQA
commented
Sep 18, 2019
Test build #110867 has finished for PR 25820 at commit
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
SparkQA
commented
Sep 18, 2019
Test build #110892 has finished for PR 25820 at commit
|
SparkQA
commented
Sep 18, 2019
Test build #110898 has finished for PR 25820 at commit
|
HyukjinKwon
commented
Sep 18, 2019
Merged to master. |
Thank you, @sandeep-katta and @HyukjinKwon . |
HyukjinKwon
commented
Sep 18, 2019
I didn't check branch-2.4. @sandeep-katta can you check and open a bacport PR? I will review there. |
What changes were proposed in this pull request?
#DataSet
fruit,color,price,quantity
apple,red,1,3
banana,yellow,2,4
orange,orange,3,5
xxx
This PR aims to fix the below
This is caused by the issue SPARK-24645.
SPARK-24645 issue can also be solved by SPARK-25387
Why are the changes needed?
SPARK-24645 caused this regression, so reverted the code as it can also be solved by SPARK-25387
Does this PR introduce any user-facing change?
No,
How was this patch tested?
Added UT, and also tested the bug SPARK-24645
SPARK-24645 regression
