guojidan opened a new issue, #9358:
URL: https://github.com/apache/arrow-datafusion/issues/9358

   ### Describe the bug
   
   If we run `write_partitioned_parquet_results` function multiple times, 
sometimes it will failed. like below pr:
   
https://github.com/apache/arrow-datafusion/actions/runs/8058654283/job/22011984042?pr=9343
   
   I checkout main branch run same cmd, get same result
   
   ### To Reproduce
   
   run this cmd: for x in \`seq 0 20\`;do cargo test --package datafusion 
--test core_integration -- dataframe::write_partitioned_parquet_results --exact 
--nocapture; done
   
   ### Expected behavior
   
   always pass
   
   ### Additional context
   
   _No response_


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