diff options
author | vvvv <vvvv@yandex-team.com> | 2024-11-06 23:54:28 +0300 |
---|---|---|
committer | vvvv <vvvv@yandex-team.com> | 2024-11-07 00:04:25 +0300 |
commit | cf2a23963ac10add28c50cc114fbf48953eca5aa (patch) | |
tree | 174b849b8ecfa96b0c8e4409ab3287721a9210c8 /yql/essentials/tools | |
parent | 3a3113a2bf5a7fab32bde414932082b264c559fc (diff) | |
download | ydb-cf2a23963ac10add28c50cc114fbf48953eca5aa.tar.gz |
Prepare move yql/minikql YQL-19206
types,jsonpath,dom
commit_hash:6b54be5968b6a30b6d97fe3a1611574bcefc749e
Diffstat (limited to 'yql/essentials/tools')
-rw-r--r-- | yql/essentials/tools/pgrun/pgrun.cpp | 2 | ||||
-rw-r--r-- | yql/essentials/tools/sql2yql/sql2yql.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/yql/essentials/tools/pgrun/pgrun.cpp b/yql/essentials/tools/pgrun/pgrun.cpp index ca39a50b61..da579b98f9 100644 --- a/yql/essentials/tools/pgrun/pgrun.cpp +++ b/yql/essentials/tools/pgrun/pgrun.cpp @@ -13,7 +13,7 @@ #include <contrib/ydb/library/yql/providers/yt/provider/yql_yt_provider.h> #include <contrib/ydb/library/yql/providers/pg/provider/yql_pg_provider.h> #include <yql/essentials/public/issue/yql_issue.h> -#include <contrib/ydb/library/yql/parser/pg_wrapper/interface/utils.h> +#include <yql/essentials/parser/pg_wrapper/interface/utils.h> #include <contrib/ydb/library/yql/providers/yt/lib/schema/schema.h> #include <contrib/ydb/library/yql/core/services/mounts/yql_mounts.h> diff --git a/yql/essentials/tools/sql2yql/sql2yql.cpp b/yql/essentials/tools/sql2yql/sql2yql.cpp index dfd67aac69..d95150b360 100644 --- a/yql/essentials/tools/sql2yql/sql2yql.cpp +++ b/yql/essentials/tools/sql2yql/sql2yql.cpp @@ -6,7 +6,7 @@ #include <contrib/ydb/library/yql/sql/sql.h> #include <contrib/ydb/library/yql/providers/common/provider/yql_provider_names.h> -#include <contrib/ydb/library/yql/parser/pg_wrapper/interface/parser.h> +#include <yql/essentials/parser/pg_wrapper/interface/parser.h> #include <library/cpp/getopt/last_getopt.h> #include <contrib/ydb/library/yql/sql/v1/format/sql_format.h> |