rspears74 commented on issue #7877:
URL: 
https://github.com/apache/arrow-datafusion/issues/7877#issuecomment-1773458180

   @alamb I've been able to a bit more debugging and I've figured out what 
seems to be the root of the problem.
   
   I changed the partition file names when I posted here, the bottom level 
partition folders are actually Timestamps, so the folder names are something 
like `LastUpdated=2023-10-08T20%3A54%3A33.250Z`. When I change that to 
something else, or nest the parquet file in folders that don't contain `%`, it 
works. (I've been trying this with uncompressed parquet files, but I expect 
that this will work fine with snappy files).
   
   After discovering this, I tried to simply read the file with 
`std::fs::read(path).unwrap()`, and I don't get an error. So I'm not sure if 
there's something different I should be doing, or if Datafusion isn't handling 
something like `%3A` in paths correctly.


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