PoojaRavi1105 commented on issue #37898: URL: https://github.com/apache/arrow/issues/37898#issuecomment-1737006535
I'm reading the tables using pyarrow.parquet.read_table() and storing them in a list. After this, I'm looping through the whole list of tables and I'm using pyarrow.parquet.ParquetWriter.write_table() to write the merged parquet file. This is further being uploaded to S3 bucket. -- 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]
