yunqingmoswu commented on code in PR #381:
URL: 
https://github.com/apache/incubator-inlong-website/pull/381#discussion_r879010028


##########
docs/modules/sort/overview.md:
##########
@@ -9,24 +9,34 @@ Inlong-sort is simply an Flink application, and relys on 
Inlong-manager to manag
 
 # features
 
+## supported transforms
+- String split index
+- String regular replace 
+- String regular replace the first value
+- Data filter
+- Data distinct
+- Regular join
+
 ## supported sources
-- pulsar
+- Pulsar
+- MySQL
+- Kafka
 
 ## supported storages
-- hive(Currently we support parquet, orc and text file format)
-- kafka
-- clickhouse
-- iceberg
+- Hive
+- Kafka
+- ClickHouse
+- Iceberg
 
 ## limitations
 Currently, we just support extracting specified fields in the stage of 
**Transform**.
 
 ## future plans
 ### More kinds of source systems

Review Comment:
   done



##########
docs/modules/sort/quick_start.md:
##########
@@ -20,9 +20,7 @@ Now you can submit job to flink with the jar compiled, refer 
to [how to submit j
 Example:
 ```
 ./bin/flink run -c org.apache.inlong.sort.singletenant.flink.Entrance 
inlong-sort/sort-[version].jar \

Review Comment:
   done



-- 
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]

Reply via email to