You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No enum constant net.snowflake.client.jdbc.SnowflakeType.NUMBER
java.lang.IllegalArgumentException: No enum constant net.snowflake.client.jdbc.SnowflakeType.NUMBER
at java.base/java.lang.Enum.valueOf(Enum.java:273)
at net.snowflake.client.jdbc.SnowflakeType.valueOf(SnowflakeType.java:18)
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Add support for NUMBER
SNOW-506725: Add support for NUMBER
Nov 19, 2021
Hi @sfc-gh-mknister
I have a view where I use function array_size(event_data:steps) AS number_of_factors.
The type of this field is NUMBER(9,0) which I can see from UI. When I try to execute SnowflakeType.valueOf() I get the error above. I would expect SnowflakeType to have each field that Snowflake supports.
No enum constant net.snowflake.client.jdbc.SnowflakeType.NUMBER
java.lang.IllegalArgumentException: No enum constant net.snowflake.client.jdbc.SnowflakeType.NUMBER
at java.base/java.lang.Enum.valueOf(Enum.java:273)
at net.snowflake.client.jdbc.SnowflakeType.valueOf(SnowflakeType.java:18)
The text was updated successfully, but these errors were encountered: