bestcx commented on a change in pull request #1534:
URL:
https://github.com/apache/incubator-seatunnel/pull/1534#discussion_r835110825
##########
File path:
seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-file/src/main/scala/org/apache/seatunnel/spark/Config.scala
##########
@@ -23,7 +23,7 @@ object Config extends Serializable {
final val SAVE_MODE = "save_mode"
final val SERIALIZER = "serializer"
final val PATH_TIME_FORMAT = "path_time_format"
- final val DEFAULT_TIME_FORMAT = "path_time_format"
+ final val DEFAULT_TIME_FORMAT = "yyyyMMddHHmmss"
Review comment:
I will submit 2 PR
PR 1
1. modify document spark-source-file to cancel default value format. so It
will be required
2. modify document spark-sink-file, DEFAULT_TIME_FORMAT will change to
"yyyy-MM-dd HH:mm:ss"
PR2
fix the spark-sink-file error
--
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]