congxuebin commented on issue #761: URL: https://github.com/apache/cloudberry/issues/761#issuecomment-2527221261
I 've uploaded outputs here. [result.zip](https://github.com/user-attachments/files/18058269/result.zip) I tried this is related to this commit: ``` commit 782d9b799e72079c9170b8934a1950b8459ac25e Inherit parent's options for child like gp-style partition table (#695) Currently, the child partition doesn't inherit the table access method, column encoding and reloptions from its parent table when the child table is added later. The change causes in-compatible behavior for users from gpdb. To achieve the target, the kernel saves table access method in pg_class for gp-style partition table, to be inherited by the child table. Reloption and column encoding of the child partitions also inherits from its parent if they are absent. However, the bahaviors between greenplum and cloudberry are still not 100% compatible. ``` -- 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]
