zhangjun0x01 commented on PR #1833:
URL: 
https://github.com/apache/incubator-paimon/pull/1833#issuecomment-1683222704

   I test in s3  with hive catalog  , the table could no be found after rename 
table 
   
   ```
   
   Flink SQL> show create table t1;
   
+----------------------------------------------------------------------------------------------------------------------------------------------------------------+
   |                                                                            
                                                                             
result |
   
+----------------------------------------------------------------------------------------------------------------------------------------------------------------+
   | CREATE TABLE `paimon_hive_catalog_dev`.`paimon_zhangjun`.`t1` (
     `id` INT
   ) COMMENT 'aa'
   WITH (
     'path' = 's3://xxxxx/paimon/paimon_zhangjun.db/t1'
   )
    |
   
+----------------------------------------------------------------------------------------------------------------------------------------------------------------+
   1 row in set
   
   Flink SQL> show tables;
   +------------+
   | table name |
   +------------+
   |         t1 |
   +------------+
   1 row in set
   
   Flink SQL> alter table t1 rename to t2;
   [INFO] Execute statement succeed.
   
   Flink SQL> show tables;
   Empty set
   
   Flink SQL> 
   
   
   ```


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

Reply via email to