Skip to content

Commit

Permalink
[ADBDEV-5568] [Java] PXF: Add pushdown filter support for new datatypes
Browse files Browse the repository at this point in the history
- Add pushdown support for timestamp & timestampz for parquet
- Add pushdown support for bigdecimal for parquet
  • Loading branch information
xardazzzzzz committed May 16, 2024
1 parent 9fff653 commit 7550511
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,4 @@ private Binary getBinaryFromString(LogicalTypeAnnotation logicalTypeAnnotation,
}
return Binary.fromString(value);
}


}

0 comments on commit 7550511

Please sign in to comment.