Skip to content

Commit 42c0a90

Browse files
committed
fix: paimon support bucketCount -2
1 parent 6f45311 commit 42c0a90

File tree

1 file changed

+1
-1
lines changed
  • connectors/paimon-connector/src/main/resources

1 file changed

+1
-1
lines changed

connectors/paimon-connector/src/main/resources/spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
"x-decorator": "FormItem",
339339
"x-component": "InputNumber",
340340
"x-component-props": {
341-
"min": 1,
341+
"min": -2,
342342
"placeholder": "${bucketCount_placeholder}"
343343
},
344344
"default": 4,

0 commit comments

Comments
 (0)