xx789633 commented on code in PR #1444:
URL: https://github.com/apache/fluss/pull/1444#discussion_r2265282207
##########
fluss-server/src/main/java/com/alibaba/fluss/server/coordinator/CoordinatorService.java:
##########
@@ -309,6 +309,14 @@ private TableDescriptor
applySystemDefaults(TableDescriptor tableDescriptor) {
newDescriptor = newDescriptor.withProperties(newProperties);
}
+ // currently, we don't support primary key table for lance
+ if (dataLakeFormat != null &&
dataLakeFormat.equals(DataLakeFormat.LANCE)) {
Review Comment:
Hi @naivedogger , can we check and throw the exception in table creation
function rather than here?
--
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]