[R] Calling ParquetFileWriter$WriteTable with a non-Table crashes #42240
Labels
Component: R
Critical Fix
Bugfixes for security vulnerabilities, crashes, or invalid data.
Type: bug
Milestone
Describe the bug, including details regarding any error messages, version, and platform.
While comparing how PyArrow does incremental Parquet file writing, I noticed you can crash
ParquetFileWriter$WriteTable
if you don't pass aTable
as it expects:When run, this produces:
The package generally provides more user-friendly wrappers around the R6 classes but I thought I'd file a bug in case others would want to see this fixed.
Component(s)
R
The text was updated successfully, but these errors were encountered: