my-ship-it commented on code in PR #1155:
URL: https://github.com/apache/cloudberry/pull/1155#discussion_r2184687230


##########
src/backend/commands/tablecmds.c:
##########
@@ -970,7 +970,12 @@ DefineRelation(CreateStmt *stmt, char relkind, Oid ownerId,
                        if (OidIsValid(accessMethodId))
                                (void) table_reloptions_am(accessMethodId, 
reloptions, 'r', true);
                        else
-                               (void) partitioned_table_reloptions(reloptions, 
true);
+                       {
+                               bool validate = 
!strcasecmp(default_table_access_method, DEFAULT_TABLE_ACCESS_METHOD) ||

Review Comment:
   MACROS instead hard coded string 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to