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

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


The following commit(s) were added to refs/heads/master by this push:
     new af97f55  [CALCITE-2990] Fix document misspelling in RelInput (Shuming 
Li)
af97f55 is described below

commit af97f55f1fcbb3cf6005393dffd91eb345c04b6f
Author: ShuMingLi <[email protected]>
AuthorDate: Thu Apr 11 17:12:03 2019 +0800

    [CALCITE-2990] Fix document misspelling in RelInput (Shuming Li)
    
    Close apache/calcite#1154
---
 core/src/main/java/org/apache/calcite/rel/RelInput.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/java/org/apache/calcite/rel/RelInput.java 
b/core/src/main/java/org/apache/calcite/rel/RelInput.java
index 6179c04..a619bae 100644
--- a/core/src/main/java/org/apache/calcite/rel/RelInput.java
+++ b/core/src/main/java/org/apache/calcite/rel/RelInput.java
@@ -62,7 +62,7 @@ public interface RelInput {
   Object get(String tag);
 
   /**
-   * Returns a {@code float} value. Throws if wrong type.
+   * Returns a {@code string} value. Throws if wrong type.
    */
   String getString(String tag);
 

Reply via email to