Skip to content

Releases: HighgoSoftware/orc_fdw

Release v1.1.0 - [Update]

21 Sep 11:26
Compare
Choose a tag to compare

Feature Enhancements:

  • Support added for joins between ORC foreign tables
  • Predicate pushdown handling added for boolean, const and operator evaluations
  • Target list pushdown for non-aggregate queries
  • Improved import schema functionality

and ...

  • Miscellaneous bug fixes

Release v1.0.0 - [Read Only Functionality for ORC Files]

21 Sep 11:21
Compare
Choose a tag to compare

This is the first release of ORC FDW supporting Apache ORC file format version 0.12. It contains all the necessary details on compiling Apache ORC library, ORC FDW and using it for creating foreign data tables.

In version, DML is not supported. You can only read data from ORC files. You can also import foreign schema from any given folder containing files with ".orc" extension.