Skip to content

Commit

Permalink
remove internal api annotation from private method
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mkubik committed Dec 10, 2024
1 parent 9e7d246 commit 6498459
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@ public <T> Object getObject(int columnIndex, Class<T> type) throws SFException {
return new StructObjectWrapper(null, null, obj);
}

@SnowflakeJdbcInternalApi
private ArrowVectorConverter getConfiguredConverter(int columnIndex) throws SFException {
ArrowVectorConverter converter = currentChunkIterator.getCurrentConverter(columnIndex - 1);
converter.setTreatNTZAsUTC(treatNTZAsUTC);
Expand Down

0 comments on commit 6498459

Please sign in to comment.