dongjoon-hyun commented on PR #215:
URL: 
https://github.com/apache/spark-connect-swift/pull/215#issuecomment-3084725650

   Thank you, @viirya . 
   
   For the record,
   ```
   spark-sql (default)> SELECT version();
   4.0.0 fa33ea000a0bda9e5a3fa1af98e8e85b8cc5e4d4
   Time taken: 0.045 seconds, Fetched 1 row(s)
   
   spark-sql (default)> CREATE TABLE primary_key(a INT, PRIMARY KEY(a));
   
   [PARSE_SYNTAX_ERROR] Syntax error at or near '(': missing ')'. SQLSTATE: 
42601 (line 1, pos 43)
   
   == SQL ==
   CREATE TABLE primary_key(a INT, PRIMARY KEY(a))
   -------------------------------------------^^^
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to