You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/07/14 09:43:09 UTC

[GitHub] [iceberg] yunfeng79 opened a new issue #2822: org.apache.flink.sql.parser.impl.ParseException: Encountered

yunfeng79 opened a new issue #2822:
URL: https://github.com/apache/iceberg/issues/2822


   flink-1.11.1
   create table hive_catalog.default.sample ( id BIGINT COMMENT 'unique id',data STRING);
   [ERROR] Could not execute SQL statement. Reason:
   org.apache.flink.sql.parser.impl.ParseException: Encountered ". default" at line 1, column 26.
   Was expecting one of:
       <EOF> 
       "LIKE" ...
       "WITH" ...
       "COMMENT" ...
       "PARTITIONED" ...
       "(" ...
       "." <IDENTIFIER> ...
       "." <QUOTED_IDENTIFIER> ...
       "." <BACK_QUOTED_IDENTIFIER> ...
       "." <BRACKET_QUOTED_IDENTIFIER> ...
       "." <UNICODE_QUOTED_IDENTIFIER> ...
       "." "*" ...
       


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] lsyldliu edited a comment on issue #2822: org.apache.flink.sql.parser.impl.ParseException: Encountered

Posted by GitBox <gi...@apache.org>.
lsyldliu edited a comment on issue #2822:
URL: https://github.com/apache/iceberg/issues/2822#issuecomment-879881409


   Try add a back quoted identifier in `hive_catalog` `default` `sample`?


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] yunfeng79 commented on issue #2822: org.apache.flink.sql.parser.impl.ParseException: Encountered

Posted by GitBox <gi...@apache.org>.
yunfeng79 commented on issue #2822:
URL: https://github.com/apache/iceberg/issues/2822#issuecomment-881797904


   thank you.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] lsyldliu commented on issue #2822: org.apache.flink.sql.parser.impl.ParseException: Encountered

Posted by GitBox <gi...@apache.org>.
lsyldliu commented on issue #2822:
URL: https://github.com/apache/iceberg/issues/2822#issuecomment-879881409


   Try `hive_catalog`.`default`.`sample`?


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org