This repository has been archived by the owner on Jan 11, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build error when fetching git hash (#171)
When the parquet-rs crate is used in a third-party library, the "git" command in the build.rs will fail. This fixes it by skipping the git hash and just use "parquet-rs version <version-no>" as the CREATED_BY string. This should be OK since a crate version should always map to a unique git hash.
- Loading branch information