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
I am using com.snowflake.snowpark_java.DataFrame and have two instnaces df1 and df2.
df1 and df2 have exactly same schema
but when I do df3 = df1.except(df2) => the resulting dataframe has some of the columns with different data types, in one of the cases it changed from String to Long for one of the columns resulting in error
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Using except loses changes data type
SNOW-840100: Using except loses changes data type
Jun 15, 2023
vikasgupta78
changed the title
SNOW-840100: Using except loses changes data type
Using except changes data type
Jun 15, 2023
sfc-gh-jfreeberg
changed the title
Using except changes data type
SNOW-840100: Using except loses changes data type
Jul 26, 2023
I am using com.snowflake.snowpark_java.DataFrame and have two instnaces df1 and df2.
df1 and df2 have exactly same schema
but when I do df3 = df1.except(df2) => the resulting dataframe has some of the columns with different data types, in one of the cases it changed from String to Long for one of the columns resulting in error
The text was updated successfully, but these errors were encountered: