Skip to content

Commit eb24695

Browse files
cbb330claude
andcommitted
[C++][ORC] Remove redundant comment in ConvertColumnStatistics
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 75bf5ed commit eb24695

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cpp/src/arrow/adapters/orc/adapter.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ Result<OrcColumnStatistics> ConvertColumnStatistics(
126126
stats.max = nullptr;
127127

128128
// Try to extract min/max based on the ORC column statistics type.
129-
// Use single dynamic_cast per branch to avoid unnecessary casts.
130129
if (const auto* int_stats =
131130
dynamic_cast<const liborc::IntegerColumnStatistics*>(orc_stats)) {
132131
if (int_stats->hasMinimum() && int_stats->hasMaximum()) {

0 commit comments

Comments
 (0)