[ 
https://issues.apache.org/jira/browse/CASSANDRA-19964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17911183#comment-17911183
 ] 

Stefan Miklosovic commented on CASSANDRA-19964:
-----------------------------------------------

[CASSANDRA-19964|https://github.com/instaclustr/cassandra/tree/CASSANDRA-19964]
{noformat}
java17_pre-commit_tests                         
  ✓ j17_build                                        4m 17s
  ✓ j17_cqlsh_dtests_py311                           6m 53s
  ✓ j17_cqlsh_dtests_py311_vnode                     7m 28s
  ✓ j17_cqlsh_dtests_py38                            6m 52s
  ✓ j17_cqlsh_dtests_py38_vnode                      7m 11s
  ✓ j17_cqlshlib_cython_tests                        7m 54s
  ✓ j17_cqlshlib_tests                               7m 18s
  ✓ j17_dtests_vnode                                34m 50s
  ✓ j17_jvm_dtests                                  23m 17s
  ✓ j17_jvm_dtests_latest_vnode                     21m 41s
  ✓ j17_jvm_dtests_latest_vnode_repeat              26m 48s
  ✓ j17_jvm_dtests_repeat                            25m 1s
  ✓ j17_unit_tests                                  13m 51s
  ✓ j17_unit_tests_repeat                           37m 27s
  ✓ j17_utests_latest                               14m 21s
  ✓ j17_utests_latest_repeat                        38m 14s
  ✓ j17_utests_oa                                   13m 45s
  ✓ j17_utests_oa_repeat                            36m 43s
  ✕ j17_dtests                                      33m 25s
      pushed_notifications_test.TestPushedNotifications 
test_move_single_node_localhost
      compaction_test.TestCompaction test_compaction_throughput
  ✕ j17_dtests_latest                               34m 47s
      read_repair_test.TestSpeculativeReadRepair test_normal_read_repair
      read_repair_test.TestSpeculativeReadRepair test_quorum_requirement
      read_repair_test.TestSpeculativeReadRepair 
test_quorum_requirement_on_speculated_read
      read_repair_test.TestSpeculativeReadRepair test_speculative_data_request
      configuration_test.TestConfiguration test_change_durable_writes           
                 
{noformat}

[java17_pre-commit_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/5153/workflows/f53904db-88a7-43c0-a942-1bd261761bbe]


> CREATE TABLE LIKE for copying  Basic Table definition
> -----------------------------------------------------
>
>                 Key: CASSANDRA-19964
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19964
>             Project: Apache Cassandra
>          Issue Type: New Feature
>          Components: Cluster/Schema, CQL/Syntax
>            Reporter: Maxwell Guo
>            Assignee: Maxwell Guo
>            Priority: Normal
>             Fix For: 5.x
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Introduce CREATE TABLE LIKE grammar that only COPY table's basic information: 
>  primary key , clustering key, regular column , and their data 
> types(including udt), data masking and table params , under the same keyspace 
> or different keyspace.
> Besides, we can also set table paramas at the time when copy table : The 
> grammer is :
> {quote}CREATE TABLE [IF NOT EXISTS] <newtable> LIKE <oldtable> WITH 
> <property> = <value>{quote}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to