Skip to content

Commit 81aaf3b

Browse files
committed
use a simpler pattern
1 parent fa4a880 commit 81aaf3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connector/src/test/java/io/questdb/kafka/QuestDBSinkConnectorEmbeddedTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ public void testParsingStringTimestamp() {
747747
props.put("value.converter.schemas.enable", "false");
748748
props.put(QuestDBSinkConnectorConfig.DESIGNATED_TIMESTAMP_COLUMN_NAME_CONFIG, "born");
749749
props.put(QuestDBSinkConnectorConfig.INCLUDE_KEY_CONFIG, "false");
750-
props.put(QuestDBSinkConnectorConfig.TIMESTAMP_FORMAT, "yyyy-MM-dd HH:mm:ss.U+ z");
750+
props.put(QuestDBSinkConnectorConfig.TIMESTAMP_FORMAT, "yyyy-MM-dd HH:mm:ss.SSSUUU z");
751751
props.put(QuestDBSinkConnectorConfig.TIMESTAMP_STRING_FIELDS, "born,death");
752752

753753
connect.configureConnector(CONNECTOR_NAME, props);

0 commit comments

Comments
 (0)