Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOW-840100: Using except loses changes data type #40

Open
vikasgupta78 opened this issue Jun 15, 2023 · 1 comment
Open

SNOW-840100: Using except loses changes data type #40

vikasgupta78 opened this issue Jun 15, 2023 · 1 comment

Comments

@vikasgupta78
Copy link

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

@github-actions github-actions bot changed the title Using except loses changes data type SNOW-840100: Using except loses changes data type Jun 15, 2023
@vikasgupta78 vikasgupta78 changed the title SNOW-840100: Using except loses changes data type Using except changes data type Jun 15, 2023
@sfc-gh-jfreeberg sfc-gh-jfreeberg changed the title Using except changes data type SNOW-840100: Using except loses changes data type Jul 26, 2023
@sfc-gh-jfreeberg
Copy link
Collaborator

@vikasgupta78 Can you share a code sample?

(Please don't change the title of the issue, the SNOW-XXXX prefix helps us associate this issue with the internal issue.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants