Zhenye-Na opened a new pull request, #28843:
URL: https://github.com/apache/shardingsphere/pull/28843

   ### Notes
   
   This PR fixes https://github.com/apache/shardingsphere/issues/26467
   
   Changes proposed in this pull request:
   
   - Add test cases for SelectStatementContext.findColumnProjection()
   
   ---
   
   ### Testing
   
   
   ```
   ./mvnw clean install -B -T1C -Pcheck
   
   TBD
   ```
   
   ---
   
   ### Checkstyle
   
   ```
   ./mvnw spotless:apply -Pcheck
   
   [INFO] Reactor Summary for Apache ShardingSphere 5.4.2-SNAPSHOT:
   [INFO] 
   [INFO] Apache ShardingSphere .............................. SUCCESS [  3.022 
s]
   [INFO] shardingsphere-infra ............................... SUCCESS [  0.108 
s]
   [INFO] shardingsphere-infra-exception ..................... SUCCESS [  0.116 
s]
   [INFO] shardingsphere-infra-exception-core ................ SUCCESS [  4.052 
s]
   [INFO] shardingsphere-test ................................ SUCCESS [  0.106 
s]
   [INFO] shardingsphere-test-util ........................... SUCCESS [  0.471 
s]
   [INFO] shardingsphere-infra-spi ........................... SUCCESS [  0.551 
s]
   [INFO] shardingsphere-infra-util .......................... SUCCESS [  0.461 
s]
   [INFO] shardingsphere-infra-database ...................... SUCCESS [  0.078 
s]
   [INFO] shardingsphere-infra-database-core ................. SUCCESS [  0.562 
s]
   [INFO] shardingsphere-infra-database-type ................. SUCCESS [  0.090 
s]
   [INFO] shardingsphere-infra-database-mysql ................ SUCCESS [  0.170 
s]
   [INFO] shardingsphere-infra-database-mariadb .............. SUCCESS [  0.079 
s]
   [INFO] shardingsphere-infra-database-postgresql ........... SUCCESS [  0.232 
s]
   [INFO] shardingsphere-infra-database-opengauss ............ SUCCESS [  0.229 
s]
   [INFO] shardingsphere-infra-database-oracle ............... SUCCESS [  0.263 
s]
   [INFO] shardingsphere-infra-database-sqlserver ............ SUCCESS [  0.254 
s]
   [INFO] shardingsphere-infra-database-h2 ................... SUCCESS [  0.221 
s]
   [INFO] shardingsphere-infra-database-sql92 ................ SUCCESS [  0.116 
s]
   [INFO] shardingsphere-test-fixture ........................ SUCCESS [  0.048 
s]
   [INFO] shardingsphere-test-fixture-database ............... SUCCESS [  0.098 
s]
   [INFO] shardingsphere-infra-data-source-pool .............. SUCCESS [  0.040 
s]
   [INFO] shardingsphere-infra-data-source-pool-core ......... SUCCESS [  0.300 
s]
   [INFO] shardingsphere-infra-data-source-pool-type ......... SUCCESS [  0.059 
s]
   [INFO] shardingsphere-infra-data-source-pool-hikari ....... SUCCESS [  0.119 
s]
   [INFO] shardingsphere-parser .............................. SUCCESS [  0.048 
s]
   [INFO] shardingsphere-parser-sql .......................... SUCCESS [  0.074 
s]
   [INFO] shardingsphere-parser-sql-spi ...................... SUCCESS [  0.123 
s]
   [INFO] shardingsphere-parser-sql-statement ................ SUCCESS [  4.689 
s]
   [INFO] shardingsphere-parser-sql-engine ................... SUCCESS [  0.397 
s]
   [INFO] shardingsphere-infra-common ........................ SUCCESS [  1.676 
s]
   [INFO] shardingsphere-infra-exception-dialect ............. SUCCESS [  0.109 
s]
   [INFO] shardingsphere-infra-exception-dialect-core ........ SUCCESS [  0.170 
s]
   [INFO] shardingsphere-infra-exception-dialect-type ........ SUCCESS [  0.072 
s]
   [INFO] shardingsphere-mysql-dialect-exception ............. SUCCESS [  0.090 
s]
   [INFO] shardingsphere-postgresql-dialect-exception ........ SUCCESS [  0.214 
s]
   [INFO] shardingsphere-parser-distsql ...................... SUCCESS [  0.071 
s]
   [INFO] shardingsphere-parser-distsql-statement ............ SUCCESS [  0.215 
s]
   [INFO] shardingsphere-parser-distsql-engine ............... SUCCESS [  0.132 
s]
   [INFO] shardingsphere-infra-parser ........................ SUCCESS [  0.130 
s]
   [INFO] shardingsphere-infra-binder ........................ SUCCESS [  1.468 
s]
   [INFO] shardingsphere-infra-session ....................... SUCCESS [  0.107 
s]
   [INFO] shardingsphere-infra-route ......................... SUCCESS [  0.226 
s]
   [INFO] shardingsphere-kernel .............................. SUCCESS [  0.073 
s]
   [INFO] shardingsphere-sql-translator ...................... SUCCESS [  0.071 
s]
   [INFO] shardingsphere-sql-translator-api .................. SUCCESS [  0.121 
s]
   [INFO] shardingsphere-mode ................................ SUCCESS [  0.058 
s]
   [INFO] shardingsphere-mode-api ............................ SUCCESS [  0.208 
s]
   [INFO] shardingsphere-sql-translator-core ................. SUCCESS [  0.136 
s]
   [INFO] shardingsphere-sql-translator-provider ............. SUCCESS [  0.046 
s]
   [INFO] shardingsphere-sql-translator-native-provider ...... SUCCESS [  0.090 
s]
   [INFO] shardingsphere-infra-rewrite ....................... SUCCESS [  0.616 
s]
   [INFO] shardingsphere-infra-executor ...................... SUCCESS [  1.267 
s]
   [INFO] shardingsphere-authority ........................... SUCCESS [  0.109 
s]
   [INFO] shardingsphere-authority-api ....................... SUCCESS [  0.162 
s]
   [INFO] shardingsphere-authority-core ...................... SUCCESS [  0.252 
s]
   [INFO] shardingsphere-single .............................. SUCCESS [  0.015 
s]
   [INFO] shardingsphere-single-api .......................... SUCCESS [  0.100 
s]
   [INFO] shardingsphere-transaction ......................... SUCCESS [  0.031 
s]
   [INFO] shardingsphere-transaction-api ..................... SUCCESS [  0.082 
s]
   [INFO] shardingsphere-transaction-core .................... SUCCESS [  0.212 
s]
   [INFO] shardingsphere-infra-context ....................... SUCCESS [  0.192 
s]
   [INFO] shardingsphere-test-fixture-infra .................. SUCCESS [  0.091 
s]
   [INFO] shardingsphere-infra-merge ......................... SUCCESS [  0.237 
s]
   [INFO] shardingsphere-infra-distsql-handler ............... SUCCESS [  0.147 
s]
   [INFO] shardingsphere-infra-expr .......................... SUCCESS [  0.041 
s]
   [INFO] shardingsphere-infra-expr-spi ...................... SUCCESS [  0.049 
s]
   [INFO] shardingsphere-infra-expr-type ..................... SUCCESS [  0.049 
s]
   [INFO] shardingsphere-infra-expr-groovy ................... SUCCESS [  0.092 
s]
   [INFO] shardingsphere-infra-expr-literal .................. SUCCESS [  0.095 
s]
   [INFO] shardingsphere-infra-expr-core ..................... SUCCESS [  0.169 
s]
   [INFO] shardingsphere-infra-expr-espresso ................. SUCCESS [  0.084 
s]
   [INFO] shardingsphere-data-pipeline ....................... SUCCESS [  0.044 
s]
   [INFO] shardingsphere-data-pipeline-distsql ............... SUCCESS [  0.064 
s]
   [INFO] shardingsphere-data-pipeline-distsql-statement ..... SUCCESS [  0.098 
s]
   [INFO] shardingsphere-data-pipeline-distsql-parser ........ SUCCESS [  0.119 
s]
   [INFO] shardingsphere-features ............................ SUCCESS [  0.072 
s]
   [INFO] shardingsphere-sharding ............................ SUCCESS [  0.047 
s]
   [INFO] shardingsphere-sharding-distsql .................... SUCCESS [  0.053 
s]
   [INFO] shardingsphere-sharding-distsql-statement .......... SUCCESS [  0.185 
s]
   [INFO] shardingsphere-sharding-distsql-parser ............. SUCCESS [  0.068 
s]
   [INFO] shardingsphere-broadcast ........................... SUCCESS [  0.056 
s]
   [INFO] shardingsphere-broadcast-distsql ................... SUCCESS [  0.097 
s]
   [INFO] shardingsphere-broadcast-distsql-statement ......... SUCCESS [  0.100 
s]
   [INFO] shardingsphere-broadcast-distsql-parser ............ SUCCESS [  0.123 
s]
   [INFO] shardingsphere-readwrite-splitting ................. SUCCESS [  0.129 
s]
   [INFO] shardingsphere-readwrite-splitting-distsql ......... SUCCESS [  0.057 
s]
   [INFO] shardingsphere-readwrite-splitting-distsql-statement SUCCESS [  0.060 
s]
   [INFO] shardingsphere-readwrite-splitting-distsql-parser .. SUCCESS [  0.078 
s]
   [INFO] shardingsphere-encrypt ............................. SUCCESS [  0.042 
s]
   [INFO] shardingsphere-encrypt-distsql ..................... SUCCESS [  0.056 
s]
   [INFO] shardingsphere-encrypt-distsql-statement ........... SUCCESS [  0.088 
s]
   [INFO] shardingsphere-encrypt-distsql-parser .............. SUCCESS [  0.095 
s]
   [INFO] shardingsphere-mask ................................ SUCCESS [  0.067 
s]
   [INFO] shardingsphere-mask-distsql ........................ SUCCESS [  0.072 
s]
   [INFO] shardingsphere-mask-distsql-statement .............. SUCCESS [  0.203 
s]
   [INFO] shardingsphere-mask-distsql-parser ................. SUCCESS [  0.285 
s]
   [INFO] shardingsphere-authority-distsql ................... SUCCESS [  0.154 
s]
   [INFO] shardingsphere-authority-distsql-statement ......... SUCCESS [  0.132 
s]
   [INFO] shardingsphere-authority-distsql-parser ............ SUCCESS [  0.127 
s]
   [INFO] shardingsphere-global-clock ........................ SUCCESS [  0.067 
s]
   [INFO] shardingsphere-global-clock-api .................... SUCCESS [  0.143 
s]
   [INFO] shardingsphere-global-clock-distsql ................ SUCCESS [  0.050 
s]
   [INFO] shardingsphere-global-clock-distsql-statement ...... SUCCESS [  0.045 
s]
   [INFO] shardingsphere-global-clock-distsql-parser ......... SUCCESS [  0.102 
s]
   [INFO] shardingsphere-traffic ............................. SUCCESS [  0.059 
s]
   [INFO] shardingsphere-traffic-distsql ..................... SUCCESS [  0.081 
s]
   [INFO] shardingsphere-traffic-distsql-statement ........... SUCCESS [  0.135 
s]
   [INFO] shardingsphere-traffic-distsql-parser .............. SUCCESS [  0.124 
s]
   [INFO] shardingsphere-transaction-distsql ................. SUCCESS [  0.085 
s]
   [INFO] shardingsphere-transaction-distsql-statement ....... SUCCESS [  0.089 
s]
   [INFO] shardingsphere-transaction-distsql-parser .......... SUCCESS [  0.156 
s]
   [INFO] shardingsphere-single-distsql ...................... SUCCESS [  0.077 
s]
   [INFO] shardingsphere-single-distsql-statement ............ SUCCESS [  0.107 
s]
   [INFO] shardingsphere-single-distsql-parser ............... SUCCESS [  0.116 
s]
   [INFO] shardingsphere-sql-parser .......................... SUCCESS [  0.071 
s]
   [INFO] shardingsphere-sql-parser-distsql .................. SUCCESS [  0.104 
s]
   [INFO] shardingsphere-sql-parser-distsql-statement ........ SUCCESS [  0.070 
s]
   [INFO] shardingsphere-sql-parser-distsql-parser ........... SUCCESS [  0.084 
s]
   [INFO] shardingsphere-sql-translator-distsql .............. SUCCESS [  0.053 
s]
   [INFO] shardingsphere-sql-translator-distsql-statement .... SUCCESS [  0.047 
s]
   [INFO] shardingsphere-sql-translator-distsql-parser ....... SUCCESS [  0.096 
s]
   [INFO] shardingsphere-shadow .............................. SUCCESS [  0.054 
s]
   [INFO] shardingsphere-shadow-distsql ...................... SUCCESS [  0.058 
s]
   [INFO] shardingsphere-shadow-distsql-statement ............ SUCCESS [  0.110 
s]
   [INFO] shardingsphere-shadow-distsql-parser ............... SUCCESS [  0.102 
s]
   [INFO] shardingsphere-it .................................. SUCCESS [  0.046 
s]
   [INFO] shardingsphere-it-parser ........................... SUCCESS [  3.432 
s]
   [INFO] shardingsphere-parser-sql-dialect .................. SUCCESS [  0.063 
s]
   [INFO] shardingsphere-parser-sql-sql92 .................... SUCCESS [  0.165 
s]
   [INFO] shardingsphere-parser-sql-postgresql ............... SUCCESS [  0.347 
s]
   [INFO] shardingsphere-parser-sql-mysql .................... SUCCESS [  0.521 
s]
   [INFO] shardingsphere-parser-sql-oracle ................... SUCCESS [  0.365 
s]
   [INFO] shardingsphere-parser-sql-sqlserver ................ SUCCESS [  0.269 
s]
   [INFO] shardingsphere-parser-sql-opengauss ................ SUCCESS [  0.475 
s]
   [INFO] shardingsphere-db-protocol ......................... SUCCESS [  0.073 
s]
   [INFO] shardingsphere-db-protocol-core .................... SUCCESS [  0.131 
s]
   [INFO] shardingsphere-postgresql-protocol ................. SUCCESS [  0.625 
s]
   [INFO] shardingsphere-mysql-protocol ...................... SUCCESS [  1.014 
s]
   [INFO] shardingsphere-opengauss-protocol .................. SUCCESS [  0.133 
s]
   [INFO] shardingsphere-metadata ............................ SUCCESS [  0.082 
s]
   [INFO] shardingsphere-metadata-core ....................... SUCCESS [  0.505 
s]
   [INFO] shardingsphere-mode-core ........................... SUCCESS [  0.514 
s]
   [INFO] shardingsphere-mode-type ........................... SUCCESS [  0.100 
s]
   [INFO] shardingsphere-standalone-mode ..................... SUCCESS [  0.035 
s]
   [INFO] shardingsphere-standalone-mode-repository .......... SUCCESS [  0.012 
s]
   [INFO] shardingsphere-standalone-mode-repository-api ...... SUCCESS [  0.015 
s]
   [INFO] shardingsphere-standalone-mode-core ................ SUCCESS [  0.053 
s]
   [INFO] shardingsphere-standalone-mode-repository-provider . SUCCESS [  0.015 
s]
   [INFO] shardingsphere-standalone-mode-repository-jdbc ..... SUCCESS [  0.041 
s]
   [INFO] shardingsphere-cluster-mode ........................ SUCCESS [  0.019 
s]
   [INFO] shardingsphere-cluster-mode-repository ............. SUCCESS [  0.044 
s]
   [INFO] shardingsphere-cluster-mode-repository-api ......... SUCCESS [  0.107 
s]
   [INFO] shardingsphere-sql-federation ...................... SUCCESS [  0.034 
s]
   [INFO] shardingsphere-sql-federation-api .................. SUCCESS [  0.049 
s]
   [INFO] shardingsphere-single-core ......................... SUCCESS [  0.329 
s]
   [INFO] shardingsphere-cluster-mode-core ................... SUCCESS [  0.694 
s]
   [INFO] shardingsphere-cluster-mode-repository-provider .... SUCCESS [  0.029 
s]
   [INFO] shardingsphere-cluster-mode-repository-zookeeper ... SUCCESS [  0.127 
s]
   [INFO] shardingsphere-cluster-mode-repository-etcd ........ SUCCESS [  0.105 
s]
   [INFO] shardingsphere-cluster-mode-repository-consul ...... SUCCESS [  0.113 
s]
   [INFO] shardingsphere-single-distsql-handler .............. SUCCESS [  0.114 
s]
   [INFO] shardingsphere-authority-distsql-handler ........... SUCCESS [  0.078 
s]
   [INFO] shardingsphere-transaction-type .................... SUCCESS [  0.036 
s]
   [INFO] shardingsphere-transaction-xa ...................... SUCCESS [  0.035 
s]
   [INFO] shardingsphere-transaction-xa-spi .................. SUCCESS [  0.064 
s]
   [INFO] shardingsphere-transaction-xa-provider ............. SUCCESS [  0.041 
s]
   [INFO] shardingsphere-transaction-xa-atomikos ............. SUCCESS [  0.039 
s]
   [INFO] shardingsphere-transaction-xa-core ................. SUCCESS [  0.065 
s]
   [INFO] shardingsphere-transaction-xa-narayana ............. SUCCESS [  0.025 
s]
   [INFO] shardingsphere-transaction-base .................... SUCCESS [  0.020 
s]
   [INFO] shardingsphere-transaction-base-seata-at ........... SUCCESS [  0.062 
s]
   [INFO] shardingsphere-transaction-distsql-handler ......... SUCCESS [  0.065 
s]
   [INFO] shardingsphere-time-service ........................ SUCCESS [  0.051 
s]
   [INFO] shardingsphere-time-service-api .................... SUCCESS [  0.067 
s]
   [INFO] shardingsphere-time-service-core ................... SUCCESS [  0.099 
s]
   [INFO] shardingsphere-time-service-type ................... SUCCESS [  0.030 
s]
   [INFO] shardingsphere-system-time-service ................. SUCCESS [  0.055 
s]
   [INFO] shardingsphere-database-time-service ............... SUCCESS [  0.057 
s]
   [INFO] shardingsphere-data-pipeline-api ................... SUCCESS [  0.192 
s]
   [INFO] shardingsphere-sql-parser-api ...................... SUCCESS [  0.023 
s]
   [INFO] shardingsphere-sql-parser-core ..................... SUCCESS [  0.033 
s]
   [INFO] shardingsphere-sharding-api ........................ SUCCESS [  0.041 
s]
   [INFO] shardingsphere-sql-federation-optimizer ............ SUCCESS [  0.259 
s]
   [INFO] shardingsphere-sql-federation-executor ............. SUCCESS [  0.036 
s]
   [INFO] shardingsphere-sql-federation-core ................. SUCCESS [  0.064 
s]
   [INFO] shardingsphere-it-yaml ............................. SUCCESS [  0.019 
s]
   [INFO] shardingsphere-sharding-core ....................... SUCCESS [  0.963 
s]
   [INFO] shardingsphere-data-pipeline-core .................. SUCCESS [  0.678 
s]
   [INFO] shardingsphere-global-clock-core ................... SUCCESS [  0.033 
s]
   [INFO] shardingsphere-global-clock-type ................... SUCCESS [  0.025 
s]
   [INFO] shardingsphere-global-clock-tso .................... SUCCESS [  0.029 
s]
   [INFO] shardingsphere-global-clock-tso-spi ................ SUCCESS [  0.015 
s]
   [INFO] shardingsphere-global-clock-tso-provider ........... SUCCESS [  0.010 
s]
   [INFO] shardingsphere-global-clock-tso-provider-redis ..... SUCCESS [  0.015 
s]
   [INFO] shardingsphere-global-clock-tso-core ............... SUCCESS [  0.013 
s]
   [INFO] shardingsphere-traffic-api ......................... SUCCESS [  0.023 
s]
   [INFO] shardingsphere-traffic-core ........................ SUCCESS [  0.053 
s]
   [INFO] shardingsphere-broadcast-api ....................... SUCCESS [  0.012 
s]
   [INFO] shardingsphere-broadcast-core ...................... SUCCESS [  0.044 
s]
   [INFO] shardingsphere-readwrite-splitting-api ............. SUCCESS [  0.014 
s]
   [INFO] shardingsphere-readwrite-splitting-core ............ SUCCESS [  0.076 
s]
   [INFO] shardingsphere-encrypt-api ......................... SUCCESS [  0.023 
s]
   [INFO] shardingsphere-encrypt-core ........................ SUCCESS [  0.251 
s]
   [INFO] shardingsphere-mask-api ............................ SUCCESS [  0.016 
s]
   [INFO] shardingsphere-mask-core ........................... SUCCESS [  0.089 
s]
   [INFO] shardingsphere-shadow-api .......................... SUCCESS [  0.020 
s]
   [INFO] shardingsphere-shadow-core ......................... SUCCESS [  0.103 
s]
   [INFO] shardingsphere-logging ............................. SUCCESS [  0.011 
s]
   [INFO] shardingsphere-logging-api ......................... SUCCESS [  0.014 
s]
   [INFO] shardingsphere-logging-core ........................ SUCCESS [  0.031 
s]
   [INFO] shardingsphere-jdbc ................................ SUCCESS [  0.010 
s]
   [INFO] shardingsphere-jdbc-core ........................... SUCCESS [  0.259 
s]
   [INFO] shardingsphere-data-pipeline-dialect ............... SUCCESS [  0.012 
s]
   [INFO] shardingsphere-data-pipeline-mysql ................. SUCCESS [  0.092 
s]
   [INFO] shardingsphere-data-pipeline-postgresql ............ SUCCESS [  0.097 
s]
   [INFO] shardingsphere-data-pipeline-opengauss ............. SUCCESS [  0.048 
s]
   [INFO] shardingsphere-data-pipeline-h2 .................... SUCCESS [  0.019 
s]
   [INFO] shardingsphere-data-pipeline-scenario .............. SUCCESS [  0.013 
s]
   [INFO] shardingsphere-data-pipeline-scenario-consistencycheck SUCCESS [  
0.039 s]
   [INFO] shardingsphere-data-pipeline-scenario-migration .... SUCCESS [  0.056 
s]
   [INFO] shardingsphere-data-pipeline-cdc ................... SUCCESS [  0.011 
s]
   [INFO] shardingsphere-data-pipeline-cdc-protocol .......... SUCCESS [  0.010 
s]
   [INFO] shardingsphere-data-pipeline-cdc-core .............. SUCCESS [  0.085 
s]
   [INFO] shardingsphere-data-pipeline-distsql-handler ....... SUCCESS [  0.063 
s]
   [INFO] shardingsphere-data-pipeline-cdc-client ............ SUCCESS [  0.038 
s]
   [INFO] shardingsphere-sql-federation-distsql .............. SUCCESS [  0.012 
s]
   [INFO] shardingsphere-sql-federation-distsql-statement .... SUCCESS [  0.015 
s]
   [INFO] shardingsphere-sql-federation-distsql-parser ....... SUCCESS [  0.018 
s]
   [INFO] shardingsphere-sql-federation-distsql-handler ...... SUCCESS [  0.018 
s]
   [INFO] shardingsphere-sql-parser-distsql-handler .......... SUCCESS [  0.022 
s]
   [INFO] shardingsphere-sql-translator-jooq-provider ........ SUCCESS [  0.016 
s]
   [INFO] shardingsphere-sql-translator-distsql-handler ...... SUCCESS [  0.018 
s]
   [INFO] shardingsphere-traffic-distsql-handler ............. SUCCESS [  0.026 
s]
   [INFO] shardingsphere-global-clock-hlc .................... SUCCESS [  0.013 
s]
   [INFO] shardingsphere-global-clock-distsql-handler ........ SUCCESS [  0.020 
s]
   [INFO] shardingsphere-sharding-distsql-handler ............ SUCCESS [  0.159 
s]
   [INFO] shardingsphere-broadcast-distsql-handler ........... SUCCESS [  0.026 
s]
   [INFO] shardingsphere-readwrite-splitting-distsql-handler . SUCCESS [  0.043 
s]
   [INFO] shardingsphere-encrypt-distsql-handler ............. SUCCESS [  0.043 
s]
   [INFO] shardingsphere-shadow-distsql-handler .............. SUCCESS [  0.064 
s]
   [INFO] shardingsphere-mask-distsql-handler ................ SUCCESS [  0.037 
s]
   [INFO] shardingsphere-proxy ............................... SUCCESS [  0.011 
s]
   [INFO] shardingsphere-proxy-backend ....................... SUCCESS [  0.009 
s]
   [INFO] shardingsphere-proxy-backend-core .................. SUCCESS [  0.422 
s]
   [INFO] shardingsphere-proxy-frontend ...................... SUCCESS [  0.011 
s]
   [INFO] shardingsphere-proxy-frontend-spi .................. SUCCESS [  0.019 
s]
   [INFO] shardingsphere-proxy-backend-type .................. SUCCESS [  0.016 
s]
   [INFO] shardingsphere-proxy-backend-mysql ................. SUCCESS [  0.136 
s]
   [INFO] shardingsphere-proxy-backend-postgresql ............ SUCCESS [  0.041 
s]
   [INFO] shardingsphere-proxy-backend-opengauss ............. SUCCESS [  0.035 
s]
   [INFO] shardingsphere-proxy-frontend-core ................. SUCCESS [  0.079 
s]
   [INFO] shardingsphere-proxy-frontend-type ................. SUCCESS [  0.011 
s]
   [INFO] shardingsphere-proxy-frontend-mysql ................ SUCCESS [  0.104 
s]
   [INFO] shardingsphere-proxy-frontend-postgresql ........... SUCCESS [  0.301 
s]
   [INFO] shardingsphere-proxy-frontend-opengauss ............ SUCCESS [  0.233 
s]
   [INFO] shardingsphere-proxy-backend-hbase ................. SUCCESS [  0.194 
s]
   [INFO] shardingsphere-proxy-bootstrap ..................... SUCCESS [  0.057 
s]
   [INFO] shardingsphere-agent ............................... SUCCESS [  0.020 
s]
   [INFO] shardingsphere-agent-api ........................... SUCCESS [  0.017 
s]
   [INFO] shardingsphere-agent-core .......................... SUCCESS [  0.080 
s]
   [INFO] shardingsphere-agent-plugins ....................... SUCCESS [  0.012 
s]
   [INFO] shardingsphere-agent-plugin-core ................... SUCCESS [  0.035 
s]
   [INFO] shardingsphere-agent-plugin-metrics ................ SUCCESS [  0.009 
s]
   [INFO] shardingsphere-agent-metrics-core .................. SUCCESS [  0.073 
s]
   [INFO] shardingsphere-agent-metrics-type .................. SUCCESS [  0.011 
s]
   [INFO] shardingsphere-agent-metrics-prometheus ............ SUCCESS [  0.043 
s]
   [INFO] shardingsphere-agent-plugin-tracing ................ SUCCESS [  0.025 
s]
   [INFO] shardingsphere-agent-tracing-core .................. SUCCESS [  0.018 
s]
   [INFO] shardingsphere-agent-tracing-type .................. SUCCESS [  0.008 
s]
   [INFO] shardingsphere-agent-tracing-opentelemetry ......... SUCCESS [  0.044 
s]
   [INFO] shardingsphere-agent-plugin-logging ................ SUCCESS [  0.023 
s]
   [INFO] shardingsphere-agent-logging-type .................. SUCCESS [  0.022 
s]
   [INFO] shardingsphere-agent-logging-file .................. SUCCESS [  0.022 
s]
   [INFO] shardingsphere-it-optimizer ........................ SUCCESS [  0.022 
s]
   [INFO] shardingsphere-it-rewriter ......................... SUCCESS [  0.052 
s]
   [INFO] shardingsphere-it-pipeline ......................... SUCCESS [  0.150 
s]
   [INFO] shardingsphere-test-e2e ............................ SUCCESS [  0.029 
s]
   [INFO] shardingsphere-test-e2e-fixture .................... SUCCESS [  0.035 
s]
   [INFO] shardingsphere-test-e2e-env ........................ SUCCESS [  0.090 
s]
   [INFO] shardingsphere-test-e2e-sql ........................ SUCCESS [  0.126 
s]
   [INFO] shardingsphere-test-e2e-driver ..................... SUCCESS [  0.059 
s]
   [INFO] shardingsphere-test-e2e-agent ...................... SUCCESS [  0.037 
s]
   [INFO] shardingsphere-test-e2e-agent-plugins .............. SUCCESS [  0.014 
s]
   [INFO] shardingsphere-test-e2e-agent-plugins-common ....... SUCCESS [  0.023 
s]
   [INFO] shardingsphere-test-e2e-agent-plugins-metrics ...... SUCCESS [  0.027 
s]
   [INFO] shardingsphere-test-e2e-agent-plugins-metrics-prometheus SUCCESS [  
0.046 s]
   [INFO] shardingsphere-test-e2e-agent-plugins-tracing ...... SUCCESS [  0.022 
s]
   [INFO] shardingsphere-test-e2e-agent-plugins-jaeger ....... SUCCESS [  0.030 
s]
   [INFO] shardingsphere-test-e2e-agent-plugins-zipkin ....... SUCCESS [  0.029 
s]
   [INFO] shardingsphere-test-e2e-agent-plugins-logging ...... SUCCESS [  0.022 
s]
   [INFO] shardingsphere-test-e2e-agent-plugins-logging-file . SUCCESS [  0.055 
s]
   [INFO] shardingsphere-test-e2e-agent-jdbc-project ......... SUCCESS [  0.023 
s]
   [INFO] shardingsphere-test-e2e-operation .................. SUCCESS [  0.010 
s]
   [INFO] shardingsphere-test-e2e-pipeline ................... SUCCESS [  0.116 
s]
   [INFO] shardingsphere-test-e2e-transaction ................ SUCCESS [  0.103 
s]
   [INFO] shardingsphere-test-e2e-showprocesslist ............ SUCCESS [  0.022 
s]
   [INFO] shardingsphere-distribution ........................ SUCCESS [  0.010 
s]
   [INFO] shardingsphere-src-distribution .................... SUCCESS [  0.009 
s]
   [INFO] shardingsphere-agent-distribution .................. SUCCESS [  0.010 
s]
   [INFO] shardingsphere-jdbc-distribution ................... SUCCESS [  0.009 
s]
   [INFO] shardingsphere-proxy-distribution .................. SUCCESS [  0.017 
s]
   [INFO] shardingsphere-proxy-native-distribution ........... SUCCESS [  0.014 
s]
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  59.124 s
   [INFO] Finished at: 2023-10-23T05:46:26Z
   [INFO] 
------------------------------------------------------------------------
   ```
   
   ---
   
   Before committing this PR, I'm sure that I have checked the following 
options:
   - [x] My code follows the [code of 
conduct](https://shardingsphere.apache.org/community/en/involved/conduct/code/) 
of this project.
   - [x] I have self-reviewed the commit code.
   - [ ] I have (or in comment I request) added corresponding labels for the 
pull request.
   - [x] I have passed maven check locally : `./mvnw clean install -B -T1C 
-Dmaven.javadoc.skip -Dmaven.jacoco.skip -e`.
   - [ ] I have made corresponding changes to the documentation.
   - [x] I have added corresponding unit tests for my changes.
   - [ ] 


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