nipnipj opened a new issue, #13667:
URL: https://github.com/apache/arrow/issues/13667

   When trying 
   ```
   csv <- open_dataset("data.scv", format = "csv")
   csv %>% write_dataset("train_data", format = "parquet")
   ```
   the following error message appears
   ```
   Error: Invalid: In CSV column #172: Row #408: CSV conversion error to null: 
invalid value '0.002861340479143'
   Traceback:
   
   1. csv %>% write_dataset("train_data", format = "parquet")
   2. write_dataset(., "train_data", format = "parquet")
   3. plan$Write(final_node, 
prepare_key_value_metadata(output_schema$metadata), 
    .     options, path_and_fs$fs, path_and_fs$path, partitioning, 
    .     basename_template, existing_data_behavior, max_partitions, 
    .     max_open_files, max_rows_per_file, min_rows_per_group, 
max_rows_per_group)
   4. ExecPlan_Write(self, node, ...)
   ```


-- 
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: github-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to