Skip to content

Commit

Permalink
DBZ-6387 Reflect core refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Dec 11, 2024
1 parent 8c7fb7c commit 04042a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public ValueConverter converter(Column column, Field fieldDefn) {

switch (column.jdbcType()) {
case Types.TIME:
if (adaptiveTimeMicrosecondsPrecisionMode) {
if (temporalPrecisionMode == TemporalPrecisionMode.ADAPTIVE_TIME_MICROSECONDS) {
return data -> convertDurationToMicroseconds(column, fieldDefn, data);
}
case Types.TIMESTAMP:
Expand Down

0 comments on commit 04042a4

Please sign in to comment.