alex-plekhanov commented on code in PR #13182: URL: https://github.com/apache/ignite/pull/13182#discussion_r3354488316
########## docs/_docs/sql-reference/ddl.adoc: ########## @@ -21,8 +21,8 @@ This page encompasses all data definition language (DDL) commands supported by I == CREATE TABLE -The command creates a new Ignite cache and defines a SQL table on top of it. The underlying cache stores the data in Review Comment: > The underlying cache stores the data in the form of key-value pairs while the table allows processing the data with SQL queries. This statement is still valid. Why it was removed? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
