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: Parquet format output not working in CLI #25960

Conversation

Karribalu
Copy link

Closes #25941

Describe your proposed changes here.
Replacing std::str::from_utf8 with String::from_utf8_lossy to handle Non-UTF-8 Characters

  • I've read the contributing section of the project README.
  • Signed CLA (if not already signed).

@hiltontj
Copy link
Contributor

hiltontj commented Feb 4, 2025

@Karribalu I am closing this for two reasons:

  1. The problem in the related issue is not that the parquet data contains invalid UTF8, it is that there is not a way when using that format to save the resulting outputted bytes to a file.
  2. Using _lossy conversion means the parquet data will be lost and invalid, which we do not want.

@hiltontj hiltontj closed this Feb 4, 2025
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.

Bug with 'influxdb3 show databases' when outputting to parquet
2 participants