This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new e2d699890a8 Fix javadoc of PipelineSQLBuilder (#25011)
e2d699890a8 is described below

commit e2d699890a82c0f9322a4f058b4669dc38c6e573
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Apr 5 12:29:30 2023 +0800

    Fix javadoc of PipelineSQLBuilder (#25011)
---
 .../shardingsphere/data/pipeline/spi/sqlbuilder/PipelineSQLBuilder.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kernel/data-pipeline/api/src/main/java/org/apache/shardingsphere/data/pipeline/spi/sqlbuilder/PipelineSQLBuilder.java
 
b/kernel/data-pipeline/api/src/main/java/org/apache/shardingsphere/data/pipeline/spi/sqlbuilder/PipelineSQLBuilder.java
index 05f8fc10a58..1c4714efe77 100644
--- 
a/kernel/data-pipeline/api/src/main/java/org/apache/shardingsphere/data/pipeline/spi/sqlbuilder/PipelineSQLBuilder.java
+++ 
b/kernel/data-pipeline/api/src/main/java/org/apache/shardingsphere/data/pipeline/spi/sqlbuilder/PipelineSQLBuilder.java
@@ -144,7 +144,7 @@ public interface PipelineSQLBuilder extends TypedSPI {
      *
      * @param schemaName schema name
      * @param tableName table name
-     * @return estimated count sql
+     * @return estimated count SQL
      */
     Optional<String> buildEstimatedCountSQL(String schemaName, String 
tableName);
     

Reply via email to