Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Support partial scheme specification on CSV import. #196

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

ienkovich
Copy link
Contributor

Currently, we can import a CSV file without specifying the schema, but if we want to specify column names or types then we have to provide the full table schema. With this change, we can specify types for some of the columns and use auto-typing for the rest. Also, we can use nullptr for the type in case we only want to specify column names.

This feature will be used for the pyhdk.HDK.import_csv implementation in the upcoming PR.

@ienkovich ienkovich merged commit c74a79e into main Feb 21, 2023
@ienkovich ienkovich deleted the ienkovich/import-csv-partial-schema branch February 21, 2023 18:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants