Eipi-Tong commented on issue #8344:
URL: https://github.com/apache/gravitino/issues/8344#issuecomment-3238932307
Hi, considering this test:
```
String createTableSqlWithEmptyBuckets =
"CREATE TABLE `testTable` (\n" +
"`col1` date NOT NULL\n) ENGINE=OLAP\n PARTITION BY
RANGE(`col1`)\n()\n DISTRIBUTED BY HASH(`col1`) BUCKETS";
```
Should the function default the number of bucket groups to be 1, or it
should fail to do so?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]