Skip to content

Commit

Permalink
[Fix](branch-2.1) Fix arrow-flight-sql to use pipeline (apache#45661)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

Fix arrow-flight-sql to use pipeline
  • Loading branch information
xinyiZzz authored Dec 20, 2024
1 parent afb59f5 commit b39358f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ static ConnectContext buildConnectContext(String peerIdentity, UserIdentity user
ConnectContext connectContext = new FlightSqlConnectContext(peerIdentity);
connectContext.setEnv(Env.getCurrentEnv());
connectContext.setStartTime();
connectContext.getSessionVariable().setEnablePipelineEngine(false); // TODO
connectContext.getSessionVariable().setEnablePipelineXEngine(false); // TODO
connectContext.setQualifiedUser(userIdentity.getQualifiedUser());
connectContext.setCurrentUserIdentity(userIdentity);
connectContext.setRemoteIP(remoteIP);
Expand Down

0 comments on commit b39358f

Please sign in to comment.