-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Avoid panics? #6737
Copy link
Copy link
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationparquetChanges to the parquet crateChanges to the parquet crate
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationparquetChanges to the parquet crateChanges to the parquet crate
Type
Fields
Give feedbackNo fields configured for issues without a type.
This is a follow-up for the discussion here. In short, the parquet implementation may panic upon invalid inputs. IIUC ideally we should avoid panics as much as possible, especially those can be converted to error results with small efforts.