Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kaijchen committed Jan 20, 2025
1 parent 1781024 commit 5aa1e68
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,19 +200,6 @@ suite("test_s3_load_properties", "p2") {
// "", "", "", "","").addProperties("skip_lines", "10"))
// }

/* ========================================================== deprecated properties ========================================================== */
for (String table : basicTables) {
attributesList.add(new LoadAttributes("s3://${s3BucketName}/regression/load/data/basic_data.csv",
"${table}", "LINES TERMINATED BY \"\n\"", "COLUMNS TERMINATED BY \"|\"", "FORMAT AS \"CSV\"", "(k00,k01,k02,k03,k04,k05,k06,k07,k08,k09,k10,k11,k12,k13,k14,k15,k16,k17,k18)",
"", "", "", "", "")).addProperties("use_new_load_scan_node", "true")
}

for (String table : basicTables) {
attributesList.add(new LoadAttributes("s3://${s3BucketName}/regression/load/data/basic_data.csv",
"${table}", "LINES TERMINATED BY \"\n\"", "COLUMNS TERMINATED BY \"|\"", "FORMAT AS \"CSV\"", "(k00,k01,k02,k03,k04,k05,k06,k07,k08,k09,k10,k11,k12,k13,k14,k15,k16,k17,k18)",
"", "", "", "", "")).addProperties("use_new_load_scan_node", "false")
}

/* ========================================================== wrong column sep ========================================================== */
for (String table : basicTables) {
attributesList.add(new LoadAttributes("s3://${s3BucketName}/regression/load/data/basic_data.csv",
Expand Down

0 comments on commit 5aa1e68

Please sign in to comment.