Skip to content

Commit

Permalink
revert code style
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx committed Oct 6, 2022
1 parent 5a74edc commit b534600
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ private ParallelIndexIOConfig parallelIndexIOConfig() {
null,
new InlineInputSource(this.data.toString()),
new CsvInputFormat(
Arrays.asList("name", timestampColumn),
Arrays.asList("name", timestampColumn),
"|",
null,
null,
false,
0
),
Expand Down

0 comments on commit b534600

Please sign in to comment.