Skip to content

Commit 73793c8

Browse files
saganattktf
authored andcommitted
Fix after rebase
1 parent cfbfb13 commit 73793c8

File tree

1 file changed

+1
-1
lines changed
  • Framework/Core/include/Framework

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/ASoA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2194,7 +2194,7 @@ typename C::type getSingleRowData(arrow::Table*, T& rowIterator, uint64_t ci = s
21942194
if (globalIndex != std::numeric_limits<uint64_t>::max() && globalIndex != *std::get<0>(rowIterator.getIndices())) {
21952195
rowIterator.setCursor(globalIndex);
21962196
}
2197-
return static_cast<C>(rowIterator).get();
2197+
return rowIterator.template getDynamicColumn<C>();
21982198
}
21992199

22002200
template <typename T, soa::is_index_column C>

0 commit comments

Comments
 (0)