phpsxg commented on issue #35441:
URL: https://github.com/apache/arrow/issues/35441#issuecomment-1535837116

   > 1. pyarrow has nullable type
   > 2. Maybe you should set type using `pa.Table.from_pandas(df, 
schema=schema)`
   > 
   > @phpsxg
   ```
   table = pa.Table.from_pandas(df, schema=schema)
   ```
   
   ```
   ds.write_dataset(table, file_path, format='parquet', 
existing_data_behavior='delete_matching')
   ```
   Is there any difference in schema parameters?


-- 
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]

Reply via email to