We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mkdir tmp && cd tmp && tar -xzf ../apache-iceberg-rust-0.2.0-src.tar.gz && cd apache-iceberg-rust-0.2.0-src
cargo sort -c -w
Then it reports "No file found at" error.
I think the bug is in this line, since it considers any path which contains dots as file with extension.
If we rename dir name apache-iceberg-rust-0.2.0-src to anything without dots, it works fine.
apache-iceberg-rust-0.2.0-src
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to reproduce
mkdir tmp && cd tmp && tar -xzf ../apache-iceberg-rust-0.2.0-src.tar.gz && cd apache-iceberg-rust-0.2.0-src
cargo sort -c -w
Then it reports "No file found at" error.
Investigation
I think the bug is in this line, since it considers any path which contains dots as file with extension.
If we rename dir name
apache-iceberg-rust-0.2.0-src
to anything without dots, it works fine.The text was updated successfully, but these errors were encountered: