File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
paimon-api/src/main/java/org/apache/paimon/rest/responses Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2323import org .apache .paimon .shade .jackson2 .com .fasterxml .jackson .annotation .JsonCreator ;
2424import org .apache .paimon .shade .jackson2 .com .fasterxml .jackson .annotation .JsonGetter ;
2525import org .apache .paimon .shade .jackson2 .com .fasterxml .jackson .annotation .JsonIgnoreProperties ;
26+ import org .apache .paimon .shade .jackson2 .com .fasterxml .jackson .annotation .JsonInclude ;
2627import org .apache .paimon .shade .jackson2 .com .fasterxml .jackson .annotation .JsonProperty ;
2728
2829import java .util .List ;
@@ -33,6 +34,7 @@ public class AuthTableQueryResponse implements RESTResponse {
3334
3435 private static final String FIELD_FILTER = "filter" ;
3536
37+ @ JsonInclude (JsonInclude .Include .NON_NULL )
3638 @ JsonProperty (FIELD_FILTER )
3739 private final List <String > filter ;
3840
You can’t perform that action at this time.
0 commit comments