Skip to content

Commit

Permalink
always using datetime_v2
Browse files Browse the repository at this point in the history
fivetran-shivavanamala committed Sep 13, 2021
1 parent ded5e80 commit 2ec966f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -174,7 +174,7 @@ protected Serializable deserializeCell(ColumnType type, int meta, int length, By
case TIMESTAMP_V2:
return deserializeTimestampV2(meta, inputStream);
case DATETIME:
return deserializeDatetime(inputStream);
// return deserializeDatetime(inputStream);
case DATETIME_V2:
return deserializeDatetimeV2(meta, inputStream);
case YEAR:

0 comments on commit 2ec966f

Please sign in to comment.