Skip to content

Commit

Permalink
address review coments
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxu14 committed Oct 20, 2023
1 parent 392963f commit c1e8875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/velox/compute/VeloxBackend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ void VeloxBackend::init(const std::unordered_map<std::string, std::string>& conf
registerConnector(hiveConnector);
velox::parquet::registerParquetReaderFactory();
velox::dwrf::registerDwrfReaderFactory();
velox::dwrf::registerOrcReaderFactory();
// Register Velox functions
registerAllFunctions();
if (!facebook::velox::isRegisteredVectorSerde()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,9 @@ class VeloxTestSettings extends BackendTestSettings {
enableSuite[GlutenParquetV1AggregatePushDownSuite]
enableSuite[GlutenParquetV2AggregatePushDownSuite]
enableSuite[GlutenOrcV1AggregatePushDownSuite]
.exclude("nested column: Count(nested sub-field) not push down")
enableSuite[GlutenOrcV2AggregatePushDownSuite]
.exclude("nested column: Count(nested sub-field) not push down")
enableSuite[GlutenParquetCodecSuite]
// Unsupported compression codec.
.exclude("write and read - file source parquet - codec: lz4")
Expand Down

0 comments on commit c1e8875

Please sign in to comment.