This is an automated email from the ASF dual-hosted git repository.

critas pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/dev/1.3 by this push:
     new 20375ac831a delete type_info parma in import_data.sh -ft sql (#14103)
20375ac831a is described below

commit 20375ac831a377851479d84718cac9a556e328f9
Author: Summer <[email protected]>
AuthorDate: Sun Nov 24 13:38:02 2024 +0800

    delete type_info parma in import_data.sh -ft sql (#14103)
    
    Co-authored-by: 2b3c511 <[email protected]>
---
 .../src/main/java/org/apache/iotdb/tool/data/ImportData.java  | 11 -----------
 1 file changed, 11 deletions(-)

diff --git 
a/iotdb-client/cli/src/main/java/org/apache/iotdb/tool/data/ImportData.java 
b/iotdb-client/cli/src/main/java/org/apache/iotdb/tool/data/ImportData.java
index 08fd44814bd..948f0756f34 100644
--- a/iotdb-client/cli/src/main/java/org/apache/iotdb/tool/data/ImportData.java
+++ b/iotdb-client/cli/src/main/java/org/apache/iotdb/tool/data/ImportData.java
@@ -311,17 +311,6 @@ public class ImportData extends AbstractDataTool {
             .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)

Reply via email to