thisisnic commented on issue #34965: URL: https://github.com/apache/arrow/issues/34965#issuecomment-1503354185
In terms of quicker workarounds, it's hard to say without more context. If you're expecting random column names to be duplicated, are any of the column names meaningful at all? If not, you could just autogenerate them all, e.g.: `arrow::open_csv_dataset(file_location, read_options = list(autogenerate_column_names = TRUE))` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
