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

refactor: Use enum serialization in CSV, Delta, Iceberg, Json, Parquet, Secret, and Spatial modules #145

Merged
merged 1 commit into from
Oct 5, 2024

Conversation

Weijun-H
Copy link
Contributor

@Weijun-H Weijun-H commented Oct 5, 2024

Ticket(s) Closed

  • Closes #

What

Using #[strum(serialize_all = "snake_case")] to avoid naming each enum.

Why

Easy to maintain and prevent human errors.

How

Tests

The related tests are existing

@philippemnoel philippemnoel merged commit e373c70 into paradedb:dev Oct 5, 2024
11 checks passed
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

Successfully merging this pull request may close these issues.

2 participants