Skip to content

Commit

Permalink
[Fix] [Connectors-v2-file-ftp] ftp source|sink add connection mode pa…
Browse files Browse the repository at this point in the history
…rameter test class (apache#6077)
  • Loading branch information
xumingbei committed Dec 27, 2023
1 parent 77633bf commit 883d91d
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@ sink {
file_format_type = "excel"
filename_time_format = "yyyy.MM.dd"
is_enable_transaction = true
active_mode_status=true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ source {
field_delimiter = ;
read_columns = [c_string, c_boolean]
skip_header_row_number = 1
active_mode_status=true
schema = {
fields {
c_map = "map<string, string>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ source {
file_format_type = excel
field_delimiter = ;
skip_header_row_number = 1
active_mode_status=true
schema = {
fields {
c_map = "map<string, string>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ source {
file_format_type = excel
field_delimiter = ;
skip_header_row_number = 1
active_mode_status=true
file_filter_pattern = "e2e_filter.*"
schema = {
fields {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ sink {
file_format_type = "json"
filename_time_format = "yyyy.MM.dd"
is_enable_transaction = true
active_mode_status=true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ source {
path = "/tmp/seatunnel/read/json"
file_format_type = "json"
result_table_name = "ftp"
active_mode_status=true
schema = {
fields {
c_map = "map<string, string>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@ sink {
filename_time_format = "yyyy.MM.dd"
is_enable_transaction = true
compress_codec = "zlib"
active_mode_status=true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@ sink {
filename_time_format = "yyyy.MM.dd"
is_enable_transaction = true
compress_codec = "gzip"
active_mode_status=true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@ sink {
filename_time_format = "yyyy.MM.dd"
is_enable_transaction = true
compress_codec = "lzo"
active_mode_status=true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ source {
file_format_type = "text"
read_columns = [c_string, c_boolean, c_double]
result_table_name = "ftp"
active_mode_status=true
schema = {
fields {
c_map = "map<string, string>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ source {
file_format_type = "text"
result_table_name = "ftp"
skip_header_row_number = 1
active_mode_status=true
schema = {
fields {
c_map = "map<string, string>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ source {
path = "/tmp/seatunnel/read/text"
file_format_type = "text"
result_table_name = "ftp"
active_mode_status=true
schema = {
fields {
c_map = "map<string, string>"
Expand Down

0 comments on commit 883d91d

Please sign in to comment.