Skip to content

Commit

Permalink
delete type_info parma in import_data.sh -ft sql (#14103)
Browse files Browse the repository at this point in the history
Co-authored-by: 2b3c511 <rong.li@timecho.com>
  • Loading branch information
2b3c511 and 2b3c511 authored Nov 24, 2024
1 parent 2f47e87 commit 20375ac
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,17 +311,6 @@ private static Options createSqlOptions() {
.build();
options.addOption(opFailedLinesPerFile);

Option opTypeInfer =
Option.builder(TYPE_INFER_ARGS)
.longOpt(TYPE_INFER_NAME)
.argName(TYPE_INFER_NAME)
.numberOfArgs(5)
.hasArgs()
.valueSeparator(',')
.desc("Define type info by option:\"boolean=text,int=long, ... (optional)")
.build();
options.addOption(opTypeInfer);

Option opTimeZone =
Option.builder(TIME_ZONE_ARGS)
.longOpt(TIME_ZONE_NAME)
Expand Down

0 comments on commit 20375ac

Please sign in to comment.