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 632ec79 commit d454afaCopy full SHA for d454afa
src/iceberg/expression/literal.cc
@@ -405,9 +405,6 @@ std::string Literal::ToString() const {
405
auto unsupported_error = [this]() {
406
return std::format("ToString not supported for type: {}", type_->ToString());
407
};
408
- auto invalid_argument = [this]() {
409
- return std::format("Invalid argument for type: {}", type_->ToString());
410
- };
411
412
if (std::holds_alternative<BelowMin>(value_)) {
413
return "belowMin";
0 commit comments