peter-toth commented on PR #55622:
URL: https://github.com/apache/spark/pull/55622#issuecomment-4379313626

   - S3 throws the expected `java.io.IOException: PathOutputCommitter does not 
support dynamicPartitionOverwrite: MagicCommitter{...}` exception
   - HDFS tested with CLI MiniCluster (`bin/mapred minicluster`) returns the 
expected:
     ```
     scala> 
spark.read.parquet("hdfs://localhost:49801/user/ptoth/target/repro").orderBy("p",
 "v").show()
     +---+---+
     |  v|  p|
     +---+---+
     | 99|  0|
     |  1|  1|
     |  3|  1|
     |  5|  1|
     +---+---+
     ```
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to