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

Fix bug where multi-class cols were causing exec error. Resolves #118 #119

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

annakrystalli
Copy link
Member

This PR fixes bug reported in #118 in check_tbl_col_types() where columns in model output data with more than one class, (e.g. datetime) were causing an EXEC error.

They are now handled by being concatenated. This works fine for the types we are currently supporting as they are all single class/type columns so won't be affected.

Copy link

@annakrystalli annakrystalli merged commit 640f680 into main Sep 11, 2024
8 checks passed
@annakrystalli annakrystalli deleted the ak/bug-col-class/118 branch September 11, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Column type validation issue on date columns in parquet submissions
2 participants