We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23de805 commit 9180dd0Copy full SHA for 9180dd0
src/main/java/com/datastax/cdm/properties/KnownProperties.java
@@ -85,10 +85,10 @@ public enum PropertyType {
85
required.add(ORIGIN_KEYSPACE_TABLE);
86
types.put(ORIGIN_TTL_NAMES, PropertyType.STRING_LIST);
87
types.put(ORIGIN_TTL_AUTO, PropertyType.BOOLEAN);
88
- defaults.put(ORIGIN_TTL_AUTO, "true");
+ defaults.put(ORIGIN_TTL_AUTO, "false");
89
types.put(ORIGIN_WRITETIME_NAMES, PropertyType.STRING_LIST);
90
types.put(ORIGIN_WRITETIME_AUTO, PropertyType.BOOLEAN);
91
- defaults.put(ORIGIN_WRITETIME_AUTO, "true");
+ defaults.put(ORIGIN_WRITETIME_AUTO, "false");
92
types.put(ORIGIN_COLUMN_NAMES_TO_TARGET, PropertyType.STRING_LIST);
93
}
94
0 commit comments