Skip to content

Commit

Permalink
fix: adding commit hash for lifted code
Browse files Browse the repository at this point in the history
  • Loading branch information
davisusanibar committed Jan 30, 2024
1 parent 8846448 commit 19869ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/**
* Lifted from Apache Parquet MR project:
* https://github.com/apache/parquet-mr/blob/master/parquet-column/src/main/java/org/apache/parquet/schema/Float16.java
* https://github.com/apache/parquet-mr/blob/e87b80308869b77f914fcfd04364686e11158950/parquet-column/src/main/java/org/apache/parquet/schema/Float16.java
* <ul>
* Changes made:
* <li>Modify the data type input from Parquet-MR Binary (toFloat(Binary b)) to Arrow Java short (toFloat(short b))</li>
Expand Down

0 comments on commit 19869ad

Please sign in to comment.