Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yl-lisen committed Aug 7, 2024
1 parent 21bd6e3 commit 52d7071
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Interpreters/Streaming/WindowCommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,6 @@ ASTs checkAndExtractSessionArguments(const ASTFunction * func_ast)
if (i != args.size())
break;

/// They may be used in aggregation transform, so set an internal alias for them
start_condition->setAlias(ProtonConsts::STREAMING_SESSION_START);
end_condition->setAlias(ProtonConsts::STREAMING_SESSION_END);

asts.emplace_back(std::move(table));
asts.emplace_back(std::move(time_expr));
asts.emplace_back(std::move(timeout_interval));
Expand Down

0 comments on commit 52d7071

Please sign in to comment.