Skip to content

Commit

Permalink
fix: Fix macos build failure (#11921)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #11921

Fix macos build failure and remove a duplicate stats function

Reviewed By: gggrace14, pansatadru, zacw7

Differential Revision: D67525225

fbshipit-source-id: 4f435ffe0cc64f5296c876284e20e20df834a008
  • Loading branch information
xiaoxmeng authored and facebook-github-bot committed Dec 20, 2024
1 parent f7931d2 commit 0450c39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions velox/exec/tests/MultiFragmentTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ namespace {
struct TestParam {
VectorSerde::Kind serdeKind;
common::CompressionKind compressionKind;

TestParam(
VectorSerde::Kind _serdeKind,
common::CompressionKind _compressionKind)
: serdeKind(_serdeKind), compressionKind(_compressionKind) {}
};

class MultiFragmentTest : public HiveConnectorTestBase,
Expand Down

0 comments on commit 0450c39

Please sign in to comment.