Releases: HighgoSoftware/orc_fdw
Releases · HighgoSoftware/orc_fdw
Release v1.1.0 - [Update]
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]
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.