[GitHub] [flink] hapihu edited a comment on pull request #16878: [FLINK-23859][typo][flink-core][flink-connectors]fix typo for code

2021-08-18 Thread GitBox


hapihu edited a comment on pull request #16878:
URL: https://github.com/apache/flink/pull/16878#issuecomment-901628257


   ```bash
   #8、
   codespell flink-formats/ -S '*.xml' -S '*.iml' -S '*.txt' -S '*/target/*'
   
   
   
flink-formats/flink-orc/src/main/java/org/apache/flink/orc/vector/AbstractOrcColumnVector.java:85:
 Unsupport ==> Unsupported
   
flink-formats/flink-orc-nohive/src/main/java/org/apache/flink/orc/nohive/vector/AbstractOrcNoHiveVector.java:70:
 Unsupport ==> Unsupported
   
flink-formats/flink-avro/src/main/java/org/apache/flink/formats/avro/RowDataToAvroConverters.java:70:
 accroding ==> according
   
flink-formats/flink-avro/src/main/java/org/apache/flink/formats/avro/typeutils/AvroFactory.java:71:
 initalize ==> initialize
   ```


-- 
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: issues-unsubscr...@flink.apache.org

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




[GitHub] [flink] hapihu edited a comment on pull request #16878: [FLINK-23859][typo][flink-core][flink-connectors]fix typo for code

2021-08-18 Thread GitBox


hapihu edited a comment on pull request #16878:
URL: https://github.com/apache/flink/pull/16878#issuecomment-901629744


   ```bash
   # 1、 
   codespell flink-java/ -S '*.xml' -S '*.iml' -S '*.txt' -S '*/target/*'
   
   flink-java/src/main/java/org/apache/flink/api/java/DataSet.java:1538: writen 
==> written
   ```
   


-- 
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: issues-unsubscr...@flink.apache.org

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