Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Feb 13, 2023
1 parent 37cc70a commit 63edd34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ object RowSet {
if (!row.isNullAt(ordinal)) {
tStrValue.setValue(
HiveResult.toHiveString(
(row.get(ordinal), types(ordinal).dataType),
row.get(ordinal) -> types(ordinal).dataType,
false,
getTimeFormatters(timeZone)))
}
Expand Down

0 comments on commit 63edd34

Please sign in to comment.