Skip to content

Conversation

@kevinrr888
Copy link
Member

createtable changes

  • Deprecated --exclude-parent-properties option, in favor of new --copy-properties option. Previous usage was --exclude-parent-properties with --copy-config to copy table properties, excluding parent properties. Now done with single, more clear --copy-properties option.
  • Now enforce mutual exclusion with --copy-config, --copy-properties, --propFile to avoid non-deterministic results
  • Now enforce mutual exclusion with --copy-config, --copy-properties, --propFile and any of the options that set per-table properties to avoid non-deterministic results
  • New ShellCreateTableIT tests

closes #6007

- Deprecated --exclude-parent-properties option, in favor of new --copy-properties option. Previous usage was --exclude-parent-properties with --copy-config to copy table properties, excluding parent properties. Now done with single, more clear --copy-properties option.
- Now enforce mutual exclusion with --copy-config, --copy-properties, --propFile to avoid non-deterministic results
- Now enforce mutual exclusion with --copy-config, --copy-properties, --propFile and any of the options that set per-table properties to avoid non-deterministic results
- New ShellCreateTableIT tests
@kevinrr888 kevinrr888 added this to the 2.1.5 milestone Dec 10, 2025
@kevinrr888 kevinrr888 self-assigned this Dec 10, 2025
@kevinrr888
Copy link
Member Author

Considered #5990 (comment), but decided against adding new 4.0 API. Would add more bloat, usage would probably be confusing, has not been requested by users, and combinations of current methods can be used to achieve same results

@kevinrr888 kevinrr888 linked an issue Dec 11, 2025 that may be closed by this pull request
@kevinrr888 kevinrr888 merged commit 53e207f into apache:2.1 Dec 12, 2025
8 checks passed
@kevinrr888 kevinrr888 deleted the 2.1-feature-6007 branch December 12, 2025 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

create table improvements to shell and Java API

3 participants