laglangyue commented on code in PR #2406:
URL:
https://github.com/apache/incubator-seatunnel/pull/2406#discussion_r950785078
##########
seatunnel-examples/seatunnel-spark-connector-v2-example/src/main/resources/examples/spark.batch.conf:
##########
@@ -33,8 +33,25 @@ env {
source {
# This is a example input plugin **only for test and demonstrate the feature
input plugin**
FakeSource {
+ fields {
+ c_map = "map<string, string>"
+ c_array = "array<tinyint>"
+ c_string = string
+ c_boolean = boolean
+ c_tinyint = tinyint
+ c_smallint = smallint
+ c_int = int
+ c_bigint = bigint
+ c_float = float
+ c_double = double
+ c_decimal = "decimal(30, 8)"
+ c_null = "null"
+ c_bytes = bytes
+ c_date = date
+ c_time = time
+ c_timestamp = timestamp
+ }
result_table_name = "fake"
- field_name = "name,age,timestamp"
}
Review Comment:
yes, I do, but I have not test it, I will test as soon as possible。
--
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]