Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Committed-by: [email protected] from Dev container

Committed-by: [email protected] from Dev container
  • Loading branch information
zhanglei1949 committed Jan 6, 2025
1 parent b6238ce commit 824532d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flex/engines/graph_db/runtime/adhoc/expr_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,7 @@ static RTAny parse_param(const common::DynamicParam& param,
} else if (dt.temporal().item_case() == common::Temporal::kTimestamp) {
int64_t val = std::stoll(input.at(name));
return RTAny::from_int64(val);
}
else {
} else {
LOG(FATAL) << "not support type: " << dt.temporal().DebugString();
}
} else if (dt.item_case() == common::DataType::ItemCase::kString) {
Expand Down

0 comments on commit 824532d

Please sign in to comment.