Open gfphoenix78 opened 3 weeks ago
Please add some test cases, thanks
Hi, I have failure with this change
db2=# \d+ star.trd_fct
row number 0 is out of range 0..-1
row number 0 is out of range 0..-1
cannot duplicate null pointer (internal error)
Hi, I have failure with this change
db2=# \d+ star.trd_fct row number 0 is out of range 0..-1 row number 0 is out of range 0..-1 cannot duplicate null pointer (internal error)
Oh, sorry, looks like this is not related to current pr. I will take a look. Issue persist on master
Hi, I have failure with this change
db2=# \d+ star.trd_fct row number 0 is out of range 0..-1 row number 0 is out of range 0..-1 cannot duplicate null pointer (internal error)
I found another issue https://github.com/cloudberrydb/cloudberrydb/issues/698. we can fix this within this pr, or i can created separate pr for this.
Please add some test cases, thanks
Sure, the PR isn't fully ready yet. I'll some the full test when inherited encoding attributes are supported.
Hi @reshke Do you link your GitHub account with your Apache ID? It seems that your approval does not have binding access. Welcome to visit https://gitbox.apache.org/boxer/ to double-check.
Adding a new partition should have the same behavior like greenplum 6/7. The child partition inherits access method, reloptions, column encodings from its parent if no specific options are provided
Change logs
Describe your change clearly, including what problem is being solved or what feature is being added.
If it has some breaking backward or forward compatibility, please clary.
Why are the changes needed?
Describe why the changes are necessary.
Does this PR introduce any user-facing change?
If yes, please clarify the previous behavior and the change this PR proposes.
How was this patch tested?
Please detail how the changes were tested, including manual tests and any relevant unit or integration tests.
Contributor's Checklist
Here are some reminders and checklists before/when submitting your pull request, please check them:
make installcheck
make -C src/test installcheck-cbdb-parallel
cloudberrydb/dev
team for review and approval when your PR is ready🥳