summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql
diff options
context:
space:
mode:
authorvitya-smirnov <[email protected]>2025-06-19 15:02:13 +0300
committervitya-smirnov <[email protected]>2025-06-19 16:11:41 +0300
commit2eeecc1085c96a75bca3780788e4f1f67595bf36 (patch)
tree31de8b11220a1d37001e3239677437e2b3c21395 /yql/essentials/sql
parent460876175ab7e105d4b4513a308493fc73eeedb6 (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.h1
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