diff --git a/Framework/Core/src/ArrowTableSlicingCache.cxx b/Framework/Core/src/ArrowTableSlicingCache.cxx index a640ce799e540..e67ced8e7f1d8 100644 --- a/Framework/Core/src/ArrowTableSlicingCache.cxx +++ b/Framework/Core/src/ArrowTableSlicingCache.cxx @@ -237,10 +237,10 @@ SliceInfoPtr ArrowTableSlicingCache::getCacheForPos(int pos) const { if (values[pos] == nullptr && counts[pos] == nullptr) { return { - {},// - {},// + {}, // + {}, // nullptr, // - nullptr // + nullptr // }; }