sunchao commented on pull request #33969:
URL: https://github.com/apache/spark/pull/33969#issuecomment-917677407


   Thanks, will do in the next run. I verified this PR with the problematic 
file in [SPARK-36696](https://issues.apache.org/jira/browse/SPARK-36696), and 
it now works:
   
   ```scala
     test("SPARK-36726: test incorrect Parquet row group file offset") {
       readParquetFile("/tmp/example.parquet") { df =>
         assert(df.count() == 3650)
       }
     }
   ```


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