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/06/20 09:08:25 UTC

[GitHub] [shardingsphere] peilinqian opened a new issue, #18456: Insert sql statement probabilistic erro ERROR: syntax error at or near "valuesorg"

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

   ## Bug Report
   
   **For English only**, other languages will not accept.
   
   Before report a bug, make sure you have:
   
   - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere/issues).
   - Read documentation: [ShardingSphere Doc](https://shardingsphere.apache.org/document/current/en/overview).
   
   Please pay attention on issues you submitted, because we maybe need more details. 
   If no response anymore and we cannot reproduce it on current information, we will **close it**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Which version of ShardingSphere did you use?
   we find java version: java8, full_version=1.8.0_282
   ShardingSphere-5.1.2-SNAPSHOT
   Commit ID: 952c1feacb26bc03ea4ea14d9f82b0d5777732c2
   Commit Message: Update shasum arguments in Release documents (#18344)
   Branch: master
   Build time: 2022-06-13T19:07:26+0000
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-Proxy
   
   ### Expected behavior
   insert successfully
   
   ### Actual behavior
   insert failed
   
   
   ```
   ERROR:  syntax error at or near "valuesorg"
   LINE 1: insert into cur_test_13_02 values(2,22,'Geoge','Hainan'),(32...
   ```
   
   ```
   [INFO ] 2022-06-20 17:04:59.577 [Connection-321-ThreadExecutor] ShardingSphere-SQL - Actual SQL: ds_0 ::: insert into cur_test_13_02 valuesorg.apache.shardingsphere.sharding.rewrite.token.pojo.ShardingInsertValuesToken@4ce0227e;
   [ERROR] 2022-06-20 17:04:59.590 [Connection-321-ThreadExecutor] o.a.s.p.f.c.CommandExecutorTask - Exception occur:
   org.opengauss.util.PSQLException: [10.28.13.92:46438/10.29.180.204:14000] ERROR: syntax error at or near "valuesorg"
     Position: 28
           at org.opengauss.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2901)
           at org.opengauss.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2630)
           at org.opengauss.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:362)
           at org.opengauss.jdbc.PgStatement.runQueryExecutor(PgStatement.java:562)
           at org.opengauss.jdbc.PgStatement.executeInternal(PgStatement.java:539)
           at org.opengauss.jdbc.PgStatement.execute(PgStatement.java:397)
           at org.opengauss.jdbc.PgStatement.executeWithFlags(PgStatement.java:339)
           at org.opengauss.jdbc.PgStatement.executeCachedSql(PgStatement.java:325)
           at org.opengauss.jdbc.PgStatement.executeWithFlags(PgStatement.java:302)
           at org.opengauss.jdbc.PgStatement.execute(PgStatement.java:298)
           at org.opengauss.jdbc.PgStatement.execute(PgStatement.java:1458)
           at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:103)
           at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
           at org.apache.shardingsphere.proxy.backend.communication.jdbc.executor.callback.impl.ProxyStatementExecutorCallback.execute(ProxyStatementExecutorCallback.java:40)
           at org.apache.shardingsphere.proxy.backend.communication.jdbc.executor.callback.ProxyJDBCExecutorCallback.executeSQL(ProxyJDBCExecutorCallback.java:73)
           at org.apache.shardingsphere.proxy.backend.communication.jdbc.executor.callback.ProxyJDBCExecutorCallback.executeSQL(ProxyJDBCExecutorCallback.java:66)
           at org.apache.shardingsphere.proxy.backend.communication.jdbc.executor.callback.ProxyJDBCExecutorCallback.executeSQL(ProxyJDBCExecutorCallback.java:44)
           at org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutorCallback.execute(JDBCExecutorCallback.java:86)
           at org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutorCallback.execute(JDBCExecutorCallback.java:66)
           at org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine.syncExecute(ExecutorEngine.java:135)
           at org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine.parallelExecute(ExecutorEngine.java:131)
           at org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine.execute(ExecutorEngine.java:116)
           at org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutor.execute(JDBCExecutor.java:65)
           at org.apache.shardingsphere.proxy.backend.communication.jdbc.executor.ProxyJDBCExecutor.execute(ProxyJDBCExecutor.java:71)
           at org.apache.shardingsphere.proxy.backend.communication.ProxySQLExecutor.useDriverToExecute(ProxySQLExecutor.java:171)
           at org.apache.shardingsphere.proxy.backend.communication.ProxySQLExecutor.execute(ProxySQLExecutor.java:132)
           at org.apache.shardingsphere.proxy.backend.communication.ProxySQLExecutor.execute(ProxySQLExecutor.java:126)
           at org.apache.shardingsphere.proxy.backend.communication.jdbc.JDBCDatabaseCommunicationEngine.execute(JDBCDatabaseCommunicationEngine.java:140)
           at org.apache.shardingsphere.proxy.backend.communication.jdbc.JDBCDatabaseCommunicationEngine.execute(JDBCDatabaseCommunicationEngine.java:73)
           at org.apache.shardingsphere.proxy.backend.text.data.impl.SchemaAssignedDatabaseBackendHandler.execute(SchemaAssignedDatabaseBackendHandler.java:63)
           at org.apache.shardingsphere.proxy.frontend.opengauss.command.query.simple.OpenGaussComQueryExecutor.execute(OpenGaussComQueryExecutor.java:76)
           at org.apache.shardingsphere.proxy.frontend.command.CommandExecutorTask.executeCommand(CommandExecutorTask.java:107)
           at org.apache.shardingsphere.proxy.frontend.command.CommandExecutorTask.run(CommandExecutorTask.java:77)
           at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at java.lang.Thread.run(Thread.java:748)
   
   ```
   
   
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   ```
   drop table if exists cur_test_13_01;
   drop table if exists cur_test_13_02;
   create table cur_test_13_01(c_id int,c_num int,c_name varchar(10),c_city varchar(10),c_add varchar(20));
   insert into cur_test_13_01 values(1,18,'Allen','Beijing','AAAAABAAAAA'),(21,368,'Bob','Shanghai','AAAAACAAAAA'),
                              (3,59,'Cathy','Shenzhen','AAAAADAAAAA'),(4,96,'David','Suzhou','AAAAAEAAAAA'),
                              (5,17,'Edrwd','Fenghuang','AAAAAFAAAAA'),(61,253,'Fendi','Changsha','AAAAAGAAAAA');
   
   create table cur_test_13_02(c_id int,c_num int,c_name varchar(10),c_city varchar(10));
   insert into cur_test_13_02 values(2,22,'Geoge','Hainan'),(32,54,'Hebe','Taiwan'),
                              (12,59,'Ivail','HongKong'),(24,946,'Jack','Shanghai'),
                              (51,117,'Kathy','Qinghai'),(26,253,'Laura','Xian');
   
   ```
   ### Example codes for reproduce this issue (such as a github link).
   


-- 
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] strongduanmu commented on issue #18456: Insert sql statement probabilistic erro ERROR: syntax error at or near "valuesorg"

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

   Insert test:
   
   <img width="997" alt="image" src="https://user-images.githubusercontent.com/10829171/177732031-5f9487a9-e6e9-481e-8bd5-13380221b911.png">
   
   Cursor test:
   
   <img width="1022" alt="image" src="https://user-images.githubusercontent.com/10829171/177732060-441cfe56-b42c-41ce-aa39-c176d7698024.png">
   


-- 
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 commented on issue #18456: Insert sql statement probabilistic erro ERROR: syntax error at or near "valuesorg"

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

   ![image](https://user-images.githubusercontent.com/20503072/192078709-9f4bed91-cb67-4eae-a706-ad7a4e7fc61b.png)
   


-- 
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] strongduanmu closed issue #18456: Insert sql statement probabilistic erro ERROR: syntax error at or near "valuesorg"

Posted by GitBox <gi...@apache.org>.
strongduanmu closed issue #18456:  Insert sql statement probabilistic erro ERROR:  syntax error at or near "valuesorg"
URL: https://github.com/apache/shardingsphere/issues/18456


-- 
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] strongduanmu closed issue #18456: Insert sql statement probabilistic erro ERROR: syntax error at or near "valuesorg"

Posted by GitBox <gi...@apache.org>.
strongduanmu closed issue #18456:  Insert sql statement probabilistic erro ERROR:  syntax error at or near "valuesorg"
URL: https://github.com/apache/shardingsphere/issues/18456


-- 
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 commented on issue #18456: Insert sql statement probabilistic erro ERROR: syntax error at or near "valuesorg"

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

   This issue could be reproduced https://github.com/apache/shardingsphere/issues/21162.


-- 
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] strongduanmu commented on issue #18456: Insert sql statement probabilistic erro ERROR: syntax error at or near "valuesorg"

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

   Hi @peilinqian, I have test insert and cursor statement, there are no exceptions occur.


-- 
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] strongduanmu commented on issue #18456: Insert sql statement probabilistic erro ERROR: syntax error at or near "valuesorg"

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

   Cannot reproduce, so I will close 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: notifications-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere] strongduanmu commented on issue #18456: Insert sql statement probabilistic erro ERROR: syntax error at or near "valuesorg"

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

   @peilinqian Thank you for your feedback, I will investigate 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: notifications-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere] TeslaCN commented on issue #18456: Insert sql statement probabilistic erro ERROR: syntax error at or near "valuesorg"

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

   Several conditions must be met to reproduce:
   1. The number of data sources is greater than 1
   2. ShardingRule does not configure the specified table
   3. There is no such table in the metadata of ShardingSphere (it may be that there is no such table in database or the table is created by connecting to database directly)


-- 
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 commented on issue #18456: Insert sql statement probabilistic erro ERROR: syntax error at or near "valuesorg"

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

   Steps:
   
   ```sql
   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');
   ```
   
   1. Create a sharding rule without table `customer` like the following.
   
   ```yaml
   schemaName: tpch_db
   
   dataSources:
     ds_0:
       url: jdbc:opengauss://127.0.0.1:5433/tpch_0?loggerLevel=OFF
   # ...
     ds_1:
       url: jdbc:opengauss://127.0.0.1:5433/tpch_1?loggerLevel=OFF
   # ...
   
   rules:
     - !SHARDING
       tables:
         lineitem:
           actualDataNodes: ds_${0..1}.lineitem
   #      customer:
   #        actualDataNodes: ds_${0..1}.customer
   
   ```
   
   2. Execute SQL
   ```bash
   gsql -h 127.0.0.1 -p 55433 -U gaussdb tpch_db -WPassword@123 \
   -c "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');"
   ```
   
   3. Got error
   ```
   [INFO ] 2022-09-24 11:39:43.922 [Connection-1-ThreadExecutor] ShardingSphere-SQL - Logic SQL: 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');
   [INFO ] 2022-09-24 11:39:43.922 [Connection-1-ThreadExecutor] ShardingSphere-SQL - SQLStatement: OpenGaussInsertStatement(super=InsertStatement(super=AbstractSQLStatement(parameterCount=0, parameterMarkerSegments=[], commentSegments=[]), table=SimpleTableSegment(tableName=TableNameSegment(startIndex=12, stopIndex=19, identifier=IdentifierValue(value=customer, quoteCharacter=NONE)), owner=Optional.empty, alias=Optional.empty), insertColumns=Optional[InsertColumnsSegment(startIndex=21, stopIndex=108, columns=[ColumnSegment(startIndex=22, stopIndex=30, identifier=IdentifierValue(value=c_custkey, quoteCharacter=NONE), owner=Optional.empty), ColumnSegment(startIndex=33, stopIndex=38, identifier=IdentifierValue(value=c_name, quoteCharacter=NONE), owner=Optional.empty), ColumnSegment(startIndex=41, stopIndex=49, identifier=IdentifierValue(value=c_address, quoteCharacter=NONE), owner=Optional.empty), ColumnSegment(startIndex=52, stopIndex=62, identifier=IdentifierValue(value=c_nationkey, 
 quoteCharacter=NONE), owner=Optional.empty), ColumnSegment(startIndex=65, stopIndex=71, identifier=IdentifierValue(value=c_phone, quoteCharacter=NONE), owner=Optional.empty), ColumnSegment(startIndex=74, stopIndex=82, identifier=IdentifierValue(value=c_acctbal, quoteCharacter=NONE), owner=Optional.empty), ColumnSegment(startIndex=85, stopIndex=96, identifier=IdentifierValue(value=c_mktsegment, quoteCharacter=NONE), owner=Optional.empty), ColumnSegment(startIndex=99, stopIndex=107, identifier=IdentifierValue(value=c_comment, quoteCharacter=NONE), owner=Optional.empty)])], insertSelect=Optional.empty, values=[InsertValuesSegment(startIndex=117, stopIndex=265, values=[LiteralExpressionSegment(startIndex=118, stopIndex=120, literals=720), LiteralExpressionSegment(startIndex=123, stopIndex=142, literals=Customer#000000720), LiteralExpressionSegment(startIndex=145, stopIndex=176, literals=8shFEL7J9sq1NJXR8dixBqaTO,kbSx), LiteralExpressionSegment(startIndex=179, stopIndex=180, literals=22)
 , LiteralExpressionSegment(startIndex=183, stopIndex=199, literals=32-575-838-4260), LiteralExpressionSegment(startIndex=202, stopIndex=208, literals=5357.32), LiteralExpressionSegment(startIndex=211, stopIndex=222, literals=HOUSEHOLD ), LiteralExpressionSegment(startIndex=225, stopIndex=264, literals=furiously above the furiously ironic c)])]), withSegment=Optional.empty, onDuplicateKeyColumnsSegment=null)
   [INFO ] 2022-09-24 11:39:43.923 [Connection-1-ThreadExecutor] ShardingSphere-SQL - Actual SQL: ds_0 ::: INSERT INTO customer (c_custkey, c_name, c_address, c_nationkey, c_phone, c_acctbal, c_mktsegment, c_comment) VALUES org.apache.shardingsphere.sharding.rewrite.token.pojo.ShardingInsertValuesToken@13d6d169;
   [ERROR] 2022-09-24 11:39:43.961 [Connection-1-ThreadExecutor] o.a.s.p.f.c.CommandExecutorTask - Exception occur: 
   org.opengauss.util.PSQLException: [127.0.0.1:33816/127.0.0.1:5433] ERROR: syntax error at or near "org"
     Position: 118
   	at org.opengauss.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2901)
   	at org.opengauss.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2630)
   	at org.opengauss.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:362)
   	at org.opengauss.jdbc.PgStatement.runQueryExecutor(PgStatement.java:562)
   	at org.opengauss.jdbc.PgStatement.executeInternal(PgStatement.java:539)
   	at org.opengauss.jdbc.PgStatement.execute(PgStatement.java:397)
   	at org.opengauss.jdbc.PgStatement.executeWithFlags(PgStatement.java:339)
   	at org.opengauss.jdbc.PgStatement.executeCachedSql(PgStatement.java:325)
   	at org.opengauss.jdbc.PgStatement.executeWithFlags(PgStatement.java:302)
   	at org.opengauss.jdbc.PgStatement.execute(PgStatement.java:298)
   	at org.opengauss.jdbc.PgStatement.execute(PgStatement.java:1458)
   	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:103)
   	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
   	at org.apache.shardingsphere.proxy.backend.communication.jdbc.executor.callback.impl.ProxyStatementExecutorCallback.execute(ProxyStatementExecutorCallback.java:41)
   	at org.apache.shardingsphere.proxy.backend.communication.jdbc.executor.callback.ProxyJDBCExecutorCallback.executeSQL(ProxyJDBCExecutorCallback.java:74)
   	at org.apache.shardingsphere.proxy.backend.communication.jdbc.executor.callback.ProxyJDBCExecutorCallback.executeSQL(ProxyJDBCExecutorCallback.java:67)
   	at org.apache.shardingsphere.proxy.backend.communication.jdbc.executor.callback.ProxyJDBCExecutorCallback.executeSQL(ProxyJDBCExecutorCallback.java:44)
   	at org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutorCallback.execute(JDBCExecutorCallback.java:95)
   	at org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutorCallback.execute(JDBCExecutorCallback.java:75)
   	at org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine.syncExecute(ExecutorEngine.java:135)
   	at org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine.parallelExecute(ExecutorEngine.java:131)
   	at org.apache.shardingsphere.infra.executor.kernel.ExecutorEngine.execute(ExecutorEngine.java:116)
   	at org.apache.shardingsphere.infra.executor.sql.execute.engine.driver.jdbc.JDBCExecutor.execute(JDBCExecutor.java:65)
   	at org.apache.shardingsphere.proxy.backend.communication.jdbc.executor.ProxyJDBCExecutor.execute(ProxyJDBCExecutor.java:74)
   	at org.apache.shardingsphere.proxy.backend.communication.ProxySQLExecutor.useDriverToExecute(ProxySQLExecutor.java:195)
   	at org.apache.shardingsphere.proxy.backend.communication.ProxySQLExecutor.execute(ProxySQLExecutor.java:153)
   	at org.apache.shardingsphere.proxy.backend.communication.ProxySQLExecutor.execute(ProxySQLExecutor.java:147)
   	at org.apache.shardingsphere.proxy.backend.communication.jdbc.JDBCDatabaseCommunicationEngine.execute(JDBCDatabaseCommunicationEngine.java:130)
   	at org.apache.shardingsphere.proxy.frontend.opengauss.command.query.simple.OpenGaussComQueryExecutor.execute(OpenGaussComQueryExecutor.java:76)
   	at org.apache.shardingsphere.proxy.frontend.command.CommandExecutorTask.executeCommand(CommandExecutorTask.java:111)
   	at org.apache.shardingsphere.proxy.frontend.command.CommandExecutorTask.run(CommandExecutorTask.java:78)
   	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
   	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   	at java.base/java.lang.Thread.run(Thread.java:833)
   
   ```


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