Skip to content

Commit

Permalink
Removed duplicate honorClientTZForTimestampNTZ assign
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dheyman committed Mar 14, 2024
1 parent 06610c6 commit 99b89f1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ public SFArrowResultSet(
this.dateFormatter = resultSetSerializable.getDateFormatter();
this.timeFormatter = resultSetSerializable.getTimeFormatter();
this.sessionTimezone = resultSetSerializable.getTimeZone();
this.honorClientTZForTimestampNTZ = resultSetSerializable.isHonorClientTZForTimestampNTZ();
this.binaryFormatter = resultSetSerializable.getBinaryFormatter();
this.resultSetMetaData = resultSetSerializable.getSFResultSetMetaData();
this.treatNTZAsUTC = resultSetSerializable.getTreatNTZAsUTC();
Expand Down

0 comments on commit 99b89f1

Please sign in to comment.