[jira] [Commented] (FLINK-16627) when insert into kafkas ,how can i remove the keys with null values of json

2020-03-17 Thread Kurt Young (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17060865#comment-17060865 ] Kurt Young commented on FLINK-16627: I see, i misunderstood this issue. If we delete all keys with

[jira] [Commented] (FLINK-16627) when insert into kafkas ,how can i remove the keys with null values of json

2020-03-17 Thread jackray wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17060863#comment-17060863 ] jackray wang commented on FLINK-16627: -- I suggest adding a parameter when defining a sinktable like

[jira] [Commented] (FLINK-16627) when insert into kafkas ,how can i remove the keys with null values of json

2020-03-17 Thread Benchao Li (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17060858#comment-17060858 ] Benchao Li commented on FLINK-16627: [~jark] we name it 'format.filter-null-values' in our internal

[jira] [Commented] (FLINK-16627) when insert into kafkas ,how can i remove the keys with null values of json

2020-03-17 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17060852#comment-17060852 ] Jark Wu commented on FLINK-16627: - I'm fine to have this property. What do you think [~ykt836]? Hi

[jira] [Commented] (FLINK-16627) when insert into kafkas ,how can i remove the keys with null values of json

2020-03-17 Thread jackray wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17060829#comment-17060829 ] jackray wang commented on FLINK-16627: -- [~jark]  [~ykt836] Recently, our company also needs to use

[jira] [Commented] (FLINK-16627) when insert into kafkas ,how can i remove the keys with null values of json

2020-03-17 Thread Benchao Li (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17060789#comment-17060789 ] Benchao Li commented on FLINK-16627: We have this need in our company too. And I supported it by add

[jira] [Commented] (FLINK-16627) when insert into kafkas ,how can i remove the keys with null values of json

2020-03-17 Thread jackray wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17060665#comment-17060665 ] jackray wang commented on FLINK-16627: -- if i add a where like "where svt is not null" ,i can't get

[jira] [Commented] (FLINK-16627) when insert into kafkas ,how can i remove the keys with null values of json

2020-03-17 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17060661#comment-17060661 ] Jark Wu commented on FLINK-16627: - I think user still need the record even if svt is null, because other

[jira] [Commented] (FLINK-16627) when insert into kafkas ,how can i remove the keys with null values of json

2020-03-16 Thread Kurt Young (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17060651#comment-17060651 ] Kurt Young commented on FLINK-16627: BTW, such issue should be reported to user mailing thread, I

[jira] [Commented] (FLINK-16627) when insert into kafkas ,how can i remove the keys with null values of json

2020-03-16 Thread Kurt Young (Jira)
[ https://issues.apache.org/jira/browse/FLINK-16627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17060650#comment-17060650 ] Kurt Young commented on FLINK-16627: why don't add a "where svt is not null" before inserting into