aihai commented on a change in pull request #18150:
URL: https://github.com/apache/flink/pull/18150#discussion_r774926625
##########
File path: docs/content/docs/connectors/datastream/formats/text_files.md
##########
@@ -29,7 +29,7 @@ under the License.
# Text files format
Flink supports reading from text lines from a file using `TextLineFormat`.
This format uses Java's built-in InputStreamReader to decode the byte stream
using various supported charset encodings.
-To use the format you need to add the Flink Parquet dependency to your project:
+To use the format you need to add the flink-connector-files dependency to your
project:
Review comment:
This is a typo.
--
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]