Merge pull request #52873 from hanfei1991/hanfei/fix-master-ci

fix master ci for #52091
This commit is contained in:
Alexander Tokmakov 2023-08-01 18:26:24 +03:00 committed by GitHub
commit 911a9318cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ public:
return true;
}
void visitImpl(QueryTreeNodePtr & node) const
void enterImpl(QueryTreeNodePtr & node) const
{
const static std::unordered_map<String, String> swap_relations = {
{"equals", "equals"},