Skip to content

Commit

Permalink
调整之前的测试用例
Browse files Browse the repository at this point in the history
调整之前的测试用例
  • Loading branch information
lizongbo committed May 4, 2024
1 parent 9194532 commit 15b887e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ public void test_0() throws Exception {
"\tcountry STRING\n" +
")\n" +
"CLUSTERED BY (userid)\n" +
"SORTED BY (viewTime)\n" +
"INTO 32 BUCKETS\n" +
"ROW FORMAT DELIMITED\n" +
"\tFIELDS TERMINATED BY '\\001'\n" +
"\tCOLLECTION ITEMS TERMINATED BY '\\002'\n" +
"\tMAP KEYS TERMINATED BY '\\003'\n" +
"SORTED BY (viewTime)\n" +
"INTO 32 BUCKETS\n" +
"STORED AS SEQUENCEFILE;", text);
}

Expand Down

0 comments on commit 15b887e

Please sign in to comment.