You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "wuguihu (Jira)" <ji...@apache.org> on 2021/08/17 17:41:00 UTC

[jira] [Created] (FLINK-23844) Fix spelling mistakes for "async"

wuguihu created FLINK-23844:
-------------------------------

             Summary: Fix spelling mistakes for "async"
                 Key: FLINK-23844
                 URL: https://issues.apache.org/jira/browse/FLINK-23844
             Project: Flink
          Issue Type: Bug
            Reporter: wuguihu


Fix spelling mistakes for "async"

The 'aysnc' should be changed to 'async'.

 

1.  flink-connectors/flink-connector-hbase-2.2/src/main/java/org/apache/flink/connector/hbase2/source/HBaseRowDataAsyncLookupFunction.java
{code:java}
Line 111: 
hbase-aysnc-lookup-worker  ==>  hbase-async-lookup-worker
{code}
2. flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/async/AsyncWaitOperatorTest.java
{code:java}
Line 194: 
AysncWaitOperator  ==> AsyncWaitOperator{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)