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

Brad Schoening edited comment on CASSANDRA-19964 at 1/30/25 9:23 PM:
---------------------------------------------------------------------

[~maxwellguo] it looks like cql_singlefile.adoc wasn't updated. It's confusing, 
because CQL.textile is used to generate HTML in the tarball, but the AsciiDoc 
file (which duplicates the information) is used to build the web pages.

I was going to try to translate it, but didn't know how to translate some of 
the anchoring into AsciiDoc.  It might be best if you would be able to update 
cql_singlefile.adoc. Note that IntelliJ will render the .adoc file for WYSIWYG 
editting.
{quote}h4(#copyNewTableName). @<newtablename>@
{quote}
Longer term, I'm looking at using AsciiDoc to generate the HTML and remove the 
textile file in the future.


was (Author: bschoeni):
[~maxwellguo] it looks like cql_singlefile.adoc wasn't updated. It's confusing, 
because CQL.textile is used to generate HTML in the tarball, but the AsciiDoc 
file (which duplicates the information) is used to build the web pages.

I was going to try to translate it, but didn't know how to translate some of 
the anchoring into AsciiDoc.  It might be best if you would be able to update 
cql_singlefile.adoc.
{quote}h4(#copyNewTableName). @<newtablename>@
{quote}
Longer term, I'm looking at using AsciiDoc to generate the HTML and remove the 
textile file in the future.

> 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.1
>
>          Time Spent: 2h
>  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