tuhaihe commented on code in PR #1842: URL: https://github.com/apache/cloudberry/pull/1842#discussion_r3527475759
########## src/backend/commands/laketablecmds.c: ########## @@ -0,0 +1,469 @@ +/*------------------------------------------------------------------------- + * + * laketablecmds.c + * lake table creation/manipulation commands + * + * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * + * + * IDENTIFICATION + * src/backend/commands/laketablecmds.c + * + *------------------------------------------------------------------------- + */ Review Comment: For the new files created by the Cloudberry community, we can use the standard ASF license header: https://github.com/apache/cloudberry/blob/a4ece882be877e23ae3e1ea3981b39e43788d40e/contrib/pax_storage/src/cpp/pax_gbench.cc#L1-L26 If this PR includes the third-party files, feel free to let me know. -- 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]
