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

Hive boolean converts to 'nan' in dataframe while BigQuery converts to 'None' #441

Closed
nehanene15 opened this issue Apr 12, 2022 · 0 comments
Assignees

Comments

@nehanene15
Copy link
Collaborator

When comparing Hive to BigQuery, if a boolean value is NULL, the value is expressed as 'nan' in Hive and 'None' in BigQuery, making the comparison a mismatch.

This occurs when grouping by a boolean value.

Command to reproduce:
data-validation -v validate column -sc hive_conn2 -tc bq_conn -tbls source=target --grouped-columns boolean_col

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

1 participant