diff options
| author | vitya-smirnov <[email protected]> | 2025-06-19 15:02:13 +0300 |
|---|---|---|
| committer | vitya-smirnov <[email protected]> | 2025-06-19 16:11:41 +0300 |
| commit | 2eeecc1085c96a75bca3780788e4f1f67595bf36 (patch) | |
| tree | 31de8b11220a1d37001e3239677437e2b3c21395 /yql/essentials/sql | |
| parent | 460876175ab7e105d4b4513a308493fc73eeedb6 (diff) | |
YQL-19747: Load schema from JSON for CLI
Now it is possible to pass clusters schema
via a JSON file using `-s` flag.
commit_hash:fd579430968881627c77d4586464952176134dc5
Diffstat (limited to 'yql/essentials/sql')
| -rw-r--r-- | yql/essentials/sql/v1/complete/name/service/static/name_service.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yql/essentials/sql/v1/complete/name/service/static/name_service.h b/yql/essentials/sql/v1/complete/name/service/static/name_service.h index 531d3882ccc..b009ec5b27e 100644 --- a/yql/essentials/sql/v1/complete/name/service/static/name_service.h +++ b/yql/essentials/sql/v1/complete/name/service/static/name_service.h @@ -10,7 +10,6 @@ namespace NSQLComplete { INameService::TPtr MakeStaticNameService(TNameSet names, TFrequencyData frequency); - // TODO(YQL-19747): Migrate YDB CLI to method from pure TNameSet and TFrequencyData INameService::TPtr MakeStaticNameService(TNameSet names, IRanking::TPtr ranking); } // namespace NSQLComplete |
