You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "JingsongLi (via GitHub)" <gi...@apache.org> on 2023/03/29 01:45:30 UTC

[GitHub] [incubator-paimon] JingsongLi opened a new issue, #733: [Bug] Create table in FTS catalog with s3 warehouse throws DatabaseNotExistException

JingsongLi opened a new issue, #733:
URL: https://github.com/apache/incubator-paimon/issues/733

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.
   
   
   ### Paimon version
   
   0.4
   
   ### Compute Engine
   
   flink
   
   ### Minimal reproduce step
   
   ```
   Flink SQL> CREATE CATALOG my_catalog WITH (
   >   'type'='table-store',
   >   'warehouse'='s3://bucket/my-tablestore'
   > );
   [INFO] Execute statement succeed.
   
   Flink SQL> USE CATALOG my_catalog;
   [INFO] Execute statement succeed.
   
   Flink SQL> CREATE TABLE word_count (
   >     word STRING PRIMARY KEY NOT ENFORCED,
   >     cnt BIGINT
   > );
   [ERROR] Could not execute SQL statement. Reason:
   org.apache.flink.table.catalog.exceptions.DatabaseNotExistException: Database default does not exist in Catalog my_catalog. 
   ```
   
   Creating the table in the default catalog works though:
   ```
   Flink SQL> use catalog default_catalog;
   [INFO] Execute statement succeed.
   
   Flink SQL> CREATE TABLE word_count (
   >       word STRING PRIMARY KEY NOT ENFORCED,
   >       cnt BIGINT
   >  ) WITH (
   >    'connector'='table-store',
   >    'path'='s3://bucket/my-tablestore',
   >    'auto-create'='true'
   > );
   [INFO] Execute statement succeed.
   ```
   
   ### What doesn't meet your expectations?
   
   [ERROR] Could not execute SQL statement. Reason:
   org.apache.flink.table.catalog.exceptions.DatabaseNotExistException: Database default does not exist in Catalog my_catalog. 
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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@paimon.apache.org.apache.org

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


[GitHub] [incubator-paimon] JingsongLi commented on issue #733: [Bug] Create table in FTS catalog with s3 warehouse throws DatabaseNotExistException

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi commented on issue #733:
URL: https://github.com/apache/incubator-paimon/issues/733#issuecomment-1502617232

   It looks not an issue now.


-- 
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@paimon.apache.org

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


[GitHub] [incubator-paimon] Alibaba-HZY commented on issue #733: [Bug] Create table in FTS catalog with s3 warehouse throws DatabaseNotExistException

Posted by "Alibaba-HZY (via GitHub)" <gi...@apache.org>.
Alibaba-HZY commented on issue #733:
URL: https://github.com/apache/incubator-paimon/issues/733#issuecomment-1488005036

   i want to do this issue


-- 
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@paimon.apache.org

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


[GitHub] [incubator-paimon] JingsongLi closed issue #733: [Bug] Create table in FTS catalog with s3 warehouse throws DatabaseNotExistException

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi closed issue #733: [Bug] Create table in FTS catalog with s3 warehouse throws DatabaseNotExistException
URL: https://github.com/apache/incubator-paimon/issues/733


-- 
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@paimon.apache.org

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


[GitHub] [incubator-paimon] SteNicholas commented on issue #733: [Bug] Create table in FTS catalog with s3 warehouse throws DatabaseNotExistException

Posted by "SteNicholas (via GitHub)" <gi...@apache.org>.
SteNicholas commented on issue #733:
URL: https://github.com/apache/incubator-paimon/issues/733#issuecomment-1488007002

   @JingsongLi, assign this ticke to 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@paimon.apache.org

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


Re: [I] [Bug] Create table in FTS catalog with s3 warehouse throws DatabaseNotExistException [incubator-paimon]

Posted by "ngk2009 (via GitHub)" <gi...@apache.org>.
ngk2009 commented on issue #733:
URL: https://github.com/apache/incubator-paimon/issues/733#issuecomment-1809477978

   This issue is not fixed in the release paimon-flink-1.18-0.6-20231108.091445-47


-- 
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@paimon.apache.org

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