Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matts966 committed Mar 27, 2022
1 parent 5c7c0b9 commit fa8dd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alphasql/alphacheck.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ SimpleCatalog *ConstructCatalog(const google::protobuf::DescriptorPool *pool,
}

std::map<std::vector<std::string>, std::string> procedure_bodies;
std::map<std::vector<std::string>, ASTStatement> procedure_statements;
std::map<std::vector<std::string>, &ASTStatement> procedure_statements;

absl::Status check(const std::string &sql, const ASTStatement *statement,
std::vector<std::string> *temp_function_names,
Expand Down

0 comments on commit fa8dd27

Please sign in to comment.