Skip to content

Commit bf0bb91

Browse files
committed
minor
1 parent e50b253 commit bf0bb91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

paimon-api/src/main/java/org/apache/paimon/rest/responses/AuthTableQueryResponse.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import org.apache.paimon.shade.jackson2.com.fasterxml.jackson.annotation.JsonCreator;
2424
import org.apache.paimon.shade.jackson2.com.fasterxml.jackson.annotation.JsonGetter;
2525
import org.apache.paimon.shade.jackson2.com.fasterxml.jackson.annotation.JsonIgnoreProperties;
26+
import org.apache.paimon.shade.jackson2.com.fasterxml.jackson.annotation.JsonInclude;
2627
import org.apache.paimon.shade.jackson2.com.fasterxml.jackson.annotation.JsonProperty;
2728

2829
import 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

0 commit comments

Comments
 (0)