Aitozi opened a new issue, #60: URL: https://github.com/apache/paimon-rust/issues/60
https://github.com/apache/paimon-rust/actions/runs/10457312133/job/28956637925 <img width="1464" alt="image" src="https://github.com/user-attachments/assets/ce28febb-1b0f-4efc-b0a6-77ae54ffde02"> The InputFile's relative path is generated by ``` if let Some(stripped) = path.strip_prefix("file:/") { Ok((op, stripped)) } else { Ok((op, &path[1..])) } ``` which may not right for windows system -- 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]
