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

Stefan Miklosovic edited comment on CASSANDRA-19966 at 1/18/25 11:12 PM:
-------------------------------------------------------------------------

[CASSANDRA-19966-trunk|https://github.com/instaclustr/cassandra/tree/CASSANDRA-19966-trunk]
{noformat}
java17_pre-commit_tests                         
  ✓ j17_build                                        4m 32s
  ✓ j17_cqlsh_dtests_py311                           6m 56s
  ✓ j17_cqlsh_dtests_py311_vnode                     7m 17s
  ✓ j17_cqlsh_dtests_py38                            6m 57s
  ✓ j17_cqlsh_dtests_py38_vnode                       7m 4s
  ✓ j17_cqlshlib_cython_tests                       11m 17s
  ✓ j17_cqlshlib_tests                               11m 2s
  ✓ j17_jvm_dtests_latest_vnode                     18m 13s
  ✓ j17_unit_tests                                  14m 46s
  ✓ j17_unit_tests_repeat                            9m 58s
  ✓ j17_utests_latest                                15m 3s
  ✓ j17_utests_latest_repeat                         10m 9s
  ✓ j17_utests_oa                                   16m 34s
  ✓ j17_utests_oa_repeat                             9m 38s
  ✕ j17_dtests                                      32m 26s
      compaction_test.TestCompaction test_compaction_throughput
      refresh_test.TestRefresh test_refresh_deadlock_startup
  ✕ j17_dtests_latest                               37m 36s
      read_repair_test.TestSpeculativeReadRepair test_failed_read_repair
      read_repair_test.TestSpeculativeReadRepair test_quorum_requirement
  ✕ j17_dtests_vnode                                 38m 7s
      compaction_test.TestCompaction test_compaction_throughput
  ✕ j17_jvm_dtests                                  27m 11s
      org.apache.cassandra.fuzz.ring.ConsistentBootstrapTest 
coordinatorIsBehindTest
      org.apache.cassandra.fuzz.sai.MultiNodeSAITest basicSaiTest TIMEOUTED
{noformat}

[java17_pre-commit_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/5231/workflows/27f858c5-3dfd-442d-aa1b-ae0b4a6b95]



was (Author: smiklosovic):
[CASSANDRA-19966-trunk|https://github.com/instaclustr/cassandra/tree/CASSANDRA-19966-trunk]
{noformat}
java17_pre-commit_tests                         
  ✓ j17_build                                        4m 32s
  ✓ j17_cqlsh_dtests_py311                           6m 56s
  ✓ j17_cqlsh_dtests_py311_vnode                     7m 17s
  ✓ j17_cqlsh_dtests_py38                            6m 57s
  ✓ j17_cqlsh_dtests_py38_vnode                       7m 4s
  ✓ j17_cqlshlib_cython_tests                       11m 17s
  ✓ j17_cqlshlib_tests                               11m 2s
  ✓ j17_jvm_dtests_latest_vnode                     18m 13s
  ✓ j17_unit_tests                                  14m 46s
  ✓ j17_unit_tests_repeat                            9m 58s
  ✓ j17_utests_latest                                15m 3s
  ✓ j17_utests_latest_repeat                         10m 9s
  ✓ j17_utests_oa                                   16m 34s
  ✓ j17_utests_oa_repeat                             9m 38s
  ✕ j17_dtests                                      32m 26s
      compaction_test.TestCompaction test_compaction_throughput
      refresh_test.TestRefresh test_refresh_deadlock_startup
  ✕ j17_dtests_latest                               37m 36s
      read_repair_test.TestSpeculativeReadRepair test_failed_read_repair
      read_repair_test.TestSpeculativeReadRepair test_quorum_requirement
  ✕ j17_dtests_vnode                                 38m 7s
      compaction_test.TestCompaction test_compaction_throughput
  ✕ j17_jvm_dtests                                  27m 11s
      org.apache.cassandra.fuzz.ring.ConsistentBootstrapTest 
coordinatorIsBehindTest
      org.apache.cassandra.fuzz.sai.MultiNodeSAITest basicSaiTest TIMEOUTED
{noformat}

[java17_pre-commit_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/5231/workflows/27f858c5-3dfd-442d-aa1b-ae0b4a6b95


> CREATE TABLE LIKE for table with UDT
> ------------------------------------
>
>                 Key: CASSANDRA-19966
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19966
>             Project: Apache Cassandra
>          Issue Type: New Feature
>          Components: Cluster/Schema, CQL/Syntax
>            Reporter: Maxwell Guo
>            Assignee: Maxwell Guo
>            Priority: Normal
>             Fix For: 5.x
>
>
> if under same keyspace , we should do nothing with udt.
> We reject the action of table copy in the following two scenarios:
> # if the UDTs used by the source table does not exist in the target keyspace;
> # if it exists but the UDTs' value is different
> We are not going to create udt if the target keyspace do not have it.
> udf and mv are not supported. 



--
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