Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz committed Dec 19, 2024
1 parent 299bb87 commit bf63a46
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 bf63a46

Please sign in to comment.