-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1571 from dingxiaobo/mergeUpstream
tdengine updates from @zyyang-taosdata
- Loading branch information
Showing
27 changed files
with
840 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
tdenginewriter/src/main/java/com/alibaba/datax/plugin/writer/tdenginewriter/Constants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
package com.alibaba.datax.plugin.writer.tdenginewriter; | ||
|
||
public class Constants { | ||
public static final int DEFAULT_BATCH_SIZE = 1000; | ||
public static final String DEFAULT_USERNAME = "root"; | ||
public static final String DEFAULT_PASSWORD = "taosdata"; | ||
public static final int DEFAULT_BATCH_SIZE = 1; | ||
public static final boolean DEFAULT_IGNORE_TAGS_UNMATCHED = false; | ||
} |
Oops, something went wrong.