Skip to content

Commit

Permalink
Add internal api annotations to according classes
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dheyman committed Mar 21, 2024
1 parent 34ad6fc commit a90eb2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
import net.snowflake.client.jdbc.SnowflakeUtil;
import net.snowflake.common.core.SnowflakeDateTimeFormat;

@SnowflakeJdbcInternalApi
public class SqlInputTimestampUtil {

@SnowflakeJdbcInternalApi
public static Timestamp getTimestampFromType(
int columnSubType,
String value,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@
import java.sql.Timestamp;
import java.util.TimeZone;
import net.snowflake.client.core.SFException;
import net.snowflake.client.core.SnowflakeJdbcInternalApi;
import net.snowflake.client.jdbc.ErrorCode;
import net.snowflake.client.jdbc.SnowflakeType;
import org.apache.arrow.vector.util.JsonStringHashMap;

@SnowflakeJdbcInternalApi
public class StructuredTypeDateTimeConverter {

private final TimeZone sessionTimeZone;
Expand Down

0 comments on commit a90eb2e

Please sign in to comment.