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

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

building it one more time

[CASSANDRA-19964|https://github.com/instaclustr/cassandra/tree/CASSANDRA-19964]
{noformat}
java17_pre-commit_tests                         
  ✓ j17_build                                         5m 0s
  ✓ j17_cqlsh_dtests_py311                           7m 11s
  ✓ j17_cqlsh_dtests_py311_vnode                     7m 13s
  ✓ j17_cqlsh_dtests_py38                            6m 59s
  ✓ j17_cqlsh_dtests_py38_vnode                      7m 18s
  ✓ j17_cqlshlib_cython_tests                       11m 24s
  ✓ j17_cqlshlib_tests                               7m 38s
  ✓ j17_jvm_dtests                                  23m 45s
  ✓ j17_jvm_dtests_latest_vnode                     21m 48s
  ✓ j17_jvm_dtests_latest_vnode_repeat              24m 28s
  ✓ j17_jvm_dtests_repeat                            27m 6s
  ✓ j17_unit_tests                                  14m 12s
  ✓ j17_unit_tests_repeat                           37m 18s
  ✓ j17_utests_latest                               15m 25s
  ✓ j17_utests_latest_repeat                        37m 28s
  ✓ j17_utests_oa                                    15m 8s
  ✓ j17_utests_oa_repeat                            37m 48s
  ✕ j17_dtests                                      33m 25s
      compaction_test.TestCompaction test_compaction_throughput
  ✕ j17_dtests_latest                               34m 53s
      read_repair_test.TestSpeculativeReadRepair test_failed_read_repair
      read_repair_test.TestSpeculativeReadRepair test_speculative_data_request
      read_repair_test.TestSpeculativeReadRepair test_speculative_write
  ✕ j17_dtests_vnode                                 36m 4s
      compaction_test.TestCompaction test_compaction_throughput                 
  
{noformat}

[java17_pre-commit_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/5183/workflows/bf973fc3-784e-4b0d-b498-635c51ae3633]

I need to restart j11 as Github was throwing 500

> 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