You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/09/24 05:10:44 UTC

[GitHub] [shardingsphere] TeslaCN opened a new issue, #21165: Single table could not be dropped

TeslaCN opened a new issue, #21165:
URL: https://github.com/apache/shardingsphere/issues/21165

   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   
   c3596089f4bfccd5d2b02b164c203f72e5d779be
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   
   ShardingSphere-Proxy openGauss
   
   ### Expected behavior
   
   Table dropped.
   
   ### Actual behavior
   
   ![image](https://user-images.githubusercontent.com/20503072/192081000-4c53a423-8bc4-4916-bff1-a851600fa715.png)
   
   The client got PSQLException is another issue. The actual cause is `org.apache.shardingsphere.dialect.exception.syntax.table.NoSuchTableException`.
   
   ![image](https://user-images.githubusercontent.com/20503072/192081020-65ca60f8-98b1-4a98-9b55-36f665f3ab5d.png)
   
   ### Example codes for reproduce this issue (such as a github link).
   
   ```
   CREATE TABLE CUSTOMER ( C_CUSTKEY INTEGER NOT NULL,
   C_NAME VARCHAR(25) NOT NULL,
   C_ADDRESS VARCHAR(40) NOT NULL,
   C_NATIONKEY INTEGER NOT NULL,
   C_PHONE CHAR(15) NOT NULL,
   C_ACCTBAL DECIMAL(15,2)   NOT NULL,
   C_MKTSEGMENT CHAR(10) NOT NULL,
   C_COMMENT VARCHAR(117) NOT NULL);
   
   INSERT INTO customer (c_custkey, c_name, c_address, c_nationkey, c_phone, c_acctbal, c_mktsegment, c_comment) VALUES (720, 'Customer#000000720', '8shFEL7J9sq1NJXR8dixBqaTO,kbSx', 22, '32-575-838-4260', 5357.32, 'HOUSEHOLD ', 'furiously above the furiously ironic c');
   ```


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

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


[GitHub] [shardingsphere] TeslaCN commented on issue #21165: Single table could not be dropped

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #21165:
URL: https://github.com/apache/shardingsphere/issues/21165#issuecomment-1365568230

   The single table will be enhanced later. I'm closing this for 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: notifications-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere] TeslaCN closed issue #21165: Single table could not be dropped

Posted by GitBox <gi...@apache.org>.
TeslaCN closed issue #21165: Single table could not be dropped
URL: https://github.com/apache/shardingsphere/issues/21165


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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