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

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

[CASSANDRA-19964|https://github.com/instaclustr/cassandra/tree/CASSANDRA-19964]
{noformat}
java11_pre-commit_tests                         
  ✓ j11_build                                         4m 8s
  ✓ j11_cqlsh_dtests_py311                           9m 51s
  ✓ j11_cqlsh_dtests_py311_vnode                     9m 29s
  ✓ j11_cqlsh_dtests_py38                            7m 33s
  ✓ j11_cqlsh_dtests_py38_vnode                      7m 46s
  ✓ j11_cqlshlib_cython_tests                       11m 34s
  ✓ j11_cqlshlib_tests                               9m 53s
  ✓ j11_jvm_dtests_latest_vnode                     23m 46s
  ✓ j11_jvm_dtests_latest_vnode_repeat              27m 24s
  ✓ j11_jvm_dtests_repeat                           28m 30s
  ✓ j11_simulator_dtests                             8m 45s
  ✓ j11_unit_tests                                  16m 30s
  ✓ j11_unit_tests_repeat                            42m 5s
  ✓ j11_utests_latest                               17m 37s
  ✓ j11_utests_latest_repeat                        41m 51s
  ✓ j11_utests_oa                                   14m 24s
  ✓ j11_utests_oa_repeat                            41m 34s
  ✓ j11_utests_system_keyspace_directory            15m 30s
  ✓ j11_utests_system_keyspace_directory_repeat     40m 53s
  ✓ j17_cqlsh_dtests_py311                           7m 16s
  ✓ j17_cqlsh_dtests_py311_vnode                     7m 29s
  ✓ j17_cqlsh_dtests_py38                             7m 0s
  ✓ j17_cqlsh_dtests_py38_vnode                      7m 18s
  ✓ j17_cqlshlib_cython_tests                        8m 23s
  ✓ j17_cqlshlib_tests                               8m 30s
  ✓ j17_jvm_dtests                                  23m 37s
  ✓ j17_jvm_dtests_latest_vnode                      22m 3s
  ✓ j17_jvm_dtests_latest_vnode_repeat              24m 46s
  ✓ j17_jvm_dtests_repeat                           25m 31s
  ✓ j17_unit_tests                                  14m 32s
  ✓ j17_unit_tests_repeat                           38m 25s
  ✓ j17_utests_latest                                16m 9s
  ✓ j17_utests_latest_repeat                        38m 16s
  ✓ j17_utests_oa                                    14m 5s
  ✓ j17_utests_oa_repeat                            36m 57s
  ✕ j11_dtests                                       53m 1s
      compaction_test.TestCompaction test_compaction_throughput
      refresh_test.TestRefresh test_refresh_deadlock_startup
  ✕ j11_dtests_latest                               41m 57s
      read_repair_test.TestSpeculativeReadRepair test_failed_read_repair
      read_repair_test.TestSpeculativeReadRepair test_normal_read_repair
      read_repair_test.TestSpeculativeReadRepair test_speculative_write
  ✕ j11_dtests_vnode                                42m 16s
      compaction_test.TestCompaction test_compaction_throughput
  ✕ j11_jvm_dtests                                  24m 24s
      org.apache.cassandra.distributed.test.tcm.SplitBrainTest 
testSplitBrainStartup
  ✕ j17_dtests                                      54m 54s
      compaction_test.TestCompaction test_compaction_throughput
      refresh_test.TestRefresh test_refresh_deadlock_startup
  ✕ j17_dtests_latest                                40m 7s
      read_repair_test.TestSpeculativeReadRepair test_failed_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
      read_repair_test.TestSpeculativeReadRepair test_speculative_write
  ✕ j17_dtests_vnode                                44m 25s
      compaction_test.TestCompaction test_compaction_throughput
      secondary_indexes_test.TestSecondaryIndexes 
test_only_coordinator_chooses_index_for_query
      sslnodetonode_test.TestNodeToNodeSSLEncryption 
test_ssl_client_auth_required_fail
      ttl_test.TestTTL test_expiration_overflow_policy_capnowarn
      user_types_test.TestUserTypes test_nulls_in_user_types
{noformat}

[java11_pre-commit_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/5190/workflows/3afa53b5-1d73-4ed3-8a3a-36800dd485e3]

error are nothing out of ordinary

> 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: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to