We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9df24f commit 7355323Copy full SHA for 7355323
cpp/src/parquet/statistics.cc
@@ -580,7 +580,7 @@ class TypedStatisticsImpl : public TypedStatistics<DType> {
580
logical_type_(LogicalTypeId(descr_)) {
581
try {
582
comparator_ = MakeComparator<DType>(descr);
583
- } catch (const std::exception& e) {
+ } catch (const ParquetException&) {
584
comparator_ = nullptr;
585
}
586
TypedStatisticsImpl::Reset();
0 commit comments