DanielWang2035 commented on code in PR #13706: URL: https://github.com/apache/iotdb/pull/13706#discussion_r1799453334
########## iotdb-core/relational-grammar/src/main/antlr4/org/apache/iotdb/db/relational/grammar/sql/RelationalSql.g4: ########## @@ -240,9 +240,21 @@ showFunctionsStatement // -------------------------------------------- Load Statement --------------------------------------------------------- loadTsFileStatement - : LOAD fileName=string properties? + : LOAD fileName=string (loadFileWithAttributeClauses)? Review Comment: WITH 文档:能否全部为空(model, database-name),默认值 树模型未实现 database-name -- 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]
