Uh oh!
There was an error while loading. Please reload this page.
[SPARK-27494][SS] Null keys/values don't work in Kafka source v2 - #24441
[SPARK-27494][SS] Null keys/values don't work in Kafka source v2#24441uncleGen wants to merge 6 commits into
Conversation
SparkQA
commented
Apr 23, 2019
Test build #104829 has finished for PR 24441 at commit
|
Uh oh!
There was an error while loading. Please reload this page.
uncleGen
commented
Apr 23, 2019
pending on adding new unit test |
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
Apr 24, 2019
Test build #104852 has finished for PR 24441 at commit
|
SparkQA
commented
Apr 24, 2019
Test build #104858 has finished for PR 24441 at commit
|
uncleGen
commented
Apr 24, 2019
retest this please |
SparkQA
commented
Apr 24, 2019
Test build #104864 has finished for PR 24441 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.
cloud-fan
commented
Apr 24, 2019
good catch! |
Uh oh!
There was an error while loading. Please reload this page.
SparkQA
commented
Apr 25, 2019
Test build #104885 has finished for PR 24441 at commit
|
SparkQA
commented
Apr 25, 2019
Test build #104886 has finished for PR 24441 at commit
|
Uh oh!
There was an error while loading. Please reload this page.
SparkQA
commented
Apr 25, 2019
Test build #104889 has finished for PR 24441 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.
Uh oh!
There was an error while loading. Please reload this page.
SparkQA
commented
Apr 25, 2019
Test build #104891 has finished for PR 24441 at commit
|
SparkQA
commented
Apr 25, 2019
Test build #104893 has finished for PR 24441 at commit
|
dongjoon-hyun
commented
Apr 25, 2019
Although SPARK-27494 is reported on only v2, can we have a test coverage for Kafka source v1 too? |
@dongjoon-hyun |
Uh oh!
There was an error while loading. Please reload this page.
cloud-fan
commented
Apr 25, 2019
@dongjoon-hyun v1 is already tested because the test is in |
gaborgsomogyi
left a comment
There was a problem hiding this comment.
Minor things found, basically looks good.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
dongjoon-hyun
commented
Apr 25, 2019
Got it. Thanks, @uncleGen and @cloud-fan ! |
SparkQA
commented
Apr 26, 2019
Test build #104920 has finished for PR 24441 at commit
|
SparkQA
commented
Apr 26, 2019
Test build #104921 has finished for PR 24441 at commit
|
uncleGen
commented
Apr 26, 2019
@cloud-fan Take a second glance please. |
## What changes were proposed in this pull request? Right now Kafka source v2 doesn't support null values. The issue is in org.apache.spark.sql.kafka010.KafkaRecordToUnsafeRowConverter.toUnsafeRow which doesn't handle null values. ## How was this patch tested? add new unit tests Closes#24441 from uncleGen/SPARK-27494. Authored-by: uncleGen <hustyugm@gmail.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com> (cherry picked from commit d2656aa) Signed-off-by: Wenchen Fan <wenchen@databricks.com>
cloud-fan
commented
Apr 26, 2019
thanks, merging to master/2.4! |
dongjoon-hyun
commented
Apr 26, 2019
Thank you all! |
## What changes were proposed in this pull request? Right now Kafka source v2 doesn't support null values. The issue is in org.apache.spark.sql.kafka010.KafkaRecordToUnsafeRowConverter.toUnsafeRow which doesn't handle null values. ## How was this patch tested? add new unit tests Closesapache#24441 from uncleGen/SPARK-27494. Authored-by: uncleGen <hustyugm@gmail.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com> (cherry picked from commit d2656aa) Signed-off-by: Wenchen Fan <wenchen@databricks.com>
## What changes were proposed in this pull request? Right now Kafka source v2 doesn't support null values. The issue is in org.apache.spark.sql.kafka010.KafkaRecordToUnsafeRowConverter.toUnsafeRow which doesn't handle null values. ## How was this patch tested? add new unit tests Closesapache#24441 from uncleGen/SPARK-27494. Authored-by: uncleGen <hustyugm@gmail.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com> (cherry picked from commit d2656aa) Signed-off-by: Wenchen Fan <wenchen@databricks.com>
## What changes were proposed in this pull request? Right now Kafka source v2 doesn't support null values. The issue is in org.apache.spark.sql.kafka010.KafkaRecordToUnsafeRowConverter.toUnsafeRow which doesn't handle null values. ## How was this patch tested? add new unit tests Closesapache#24441 from uncleGen/SPARK-27494. Authored-by: uncleGen <hustyugm@gmail.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com> (cherry picked from commit d2656aa) Signed-off-by: Wenchen Fan <wenchen@databricks.com>
What changes were proposed in this pull request?
Right now Kafka source v2 doesn't support null keys or values.
How was this patch tested?
add new unit tests