Skip to content

Commit

Permalink
[native] Add support for ORC reader and add orc native tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wypb committed Feb 10, 2025
1 parent ef5a553 commit 3a735a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presto-native-execution/presto_cpp/main/PrestoServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ void PrestoServer::registerMemoryArbitrators() {
void PrestoServer::registerFileReadersAndWriters() {
velox::dwrf::registerDwrfReaderFactory();
velox::dwrf::registerDwrfWriterFactory();
velox::dwrf::registerOrcReaderFactory();
velox::orc::registerOrcReaderFactory();
velox::parquet::registerParquetReaderFactory();
velox::parquet::registerParquetWriterFactory();
}
Expand Down

0 comments on commit 3a735a5

Please sign in to comment.