<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yql/essentials/sql/v1/complete, branch oidc-1.2.6.0-dev</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.6.0-dev</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.6.0-dev'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-08-19T15:06:32Z</updated>
<entry>
<title>YQL-19747: Fix YQL autocomplete configuration</title>
<updated>2025-08-19T15:06:32Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2025-08-19T14:08:16Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=dcd07f6c0b341c2751099b8a3f00fddb0f93ebbd'/>
<id>urn:sha1:dcd07f6c0b341c2751099b8a3f00fddb0f93ebbd</id>
<content type='text'>
Fixed an absence of candidates at `$x = (sel#)`
as of `subselect_stmt` ignorance at the
`YQLConfiguration`.
commit_hash:5a841d63fad104599a791953f2f89b8791816115
</content>
</entry>
<entry>
<title>YQL-19747: Fix some autocomplete issues</title>
<updated>2025-08-19T11:26:36Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2025-08-19T10:59:03Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=97d8c2c3ef7a3204232fd2b87573f309cf604902'/>
<id>urn:sha1:97d8c2c3ef7a3204232fd2b87573f309cf604902</id>
<content type='text'>
- Collect only named node definitions
- Fix qualified column after WHERE
commit_hash:641977921329199e645c3ac45ae8053a5d0e8b13
</content>
</entry>
<entry>
<title>YQL-19747: Infer table path from CONCAT and RANGE</title>
<updated>2025-08-19T10:26:01Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2025-08-19T10:09:59Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=6a26c68959783a009309949f61530030de259dc3'/>
<id>urn:sha1:6a26c68959783a009309949f61530030de259dc3</id>
<content type='text'>
Table function `RANGE` is commonly used, so some
support for a table path inference is required. It
is done by doing ``` `prefix` || '/' || `min` ```.
commit_hash:4bec2a84a0ee8f6d97c92a46b4c4ebc7b41c4d7c
</content>
</entry>
<entry>
<title>YQL-20257: Parse cluster at simple_table_ref bind_parameter</title>
<updated>2025-08-13T14:02:13Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2025-08-13T13:27:43Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3b79116cac370b648c75323b866927d32aab08f4'/>
<id>urn:sha1:3b79116cac370b648c75323b866927d32aab08f4</id>
<content type='text'>
- Add `cluster_expr` to `simple_table_ref_core` alternative.
- Added `Sql2Yql` unit test with a statement that is
  not parsed on trunk: https://nda.ya.ru/t/qHRri7r57HK3r2.
commit_hash:eada89e88e3f2bc03c47cd22b73ba58b75f20681
</content>
</entry>
<entry>
<title>YQL-20301: Map unsupported object to UnknownName</title>
<updated>2025-08-13T13:35:22Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2025-08-13T12:40:52Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0412ed8db0700d3897e00be3a0cad6b2e8625883'/>
<id>urn:sha1:0412ed8db0700d3897e00be3a0cad6b2e8625883</id>
<content type='text'>
Before this PR unsupported objects were filtered,
but we would like to show even unsupported object
types as unknown name candidates.
commit_hash:04c64b6e28717c3c19927d49eeedec7515608c22
</content>
</entry>
<entry>
<title>YQL-19747: Improve and fix completon engine</title>
<updated>2025-08-12T12:29:12Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2025-08-12T12:04:56Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=088fbdd4485f80a02567bbe84ed0e3f35337eb3d'/>
<id>urn:sha1:088fbdd4485f80a02567bbe84ed0e3f35337eb3d</id>
<content type='text'>
Played with the autocomplete and found some issues:
https://nda.ya.ru/t/1F9ioYe37HVwo2.

- Supported `min`, `max` parameters of the `RANGE` table
  function, respecting `prefix`.
- Supported cluster detecton at table function, e.g.
  `SELECT * FROM plato.RANGE(Input1, Input2)`.
- Made column filter not to ignore a table alias.
- Supported keyword as identifier parsing.
- Supported `ID_QUOTED` as table alias.
commit_hash:9e9ff13373cd059e6a240ddff0ae18f599d790c0
</content>
</entry>
<entry>
<title>YQL-19747: Fix an absent column after WHERE</title>
<updated>2025-08-08T14:33:39Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2025-08-08T13:57:59Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b7df355898ae4eaf6d64fe31a7c4557271be12d4'/>
<id>urn:sha1:b7df355898ae4eaf6d64fe31a7c4557271be12d4</id>
<content type='text'>
Fixed an absence of column candidates at `SELECT * FROM t WHERE a#`.
The problem was with a `IsEnclosing` procedure, because here the cursor
is actually outside the `select_core` now there is a `_` symbol that
enlarge this rule text range.
commit_hash:0b493cb469333f9a37c923b06267ac026efeb2c9
</content>
</entry>
<entry>
<title>Watermarks: DDL</title>
<updated>2025-08-08T13:39:46Z</updated>
<author>
<name>vokayndzop</name>
<email>vokayndzop@yandex-team.com</email>
</author>
<published>2025-08-08T13:11:35Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2c274bc53d8b06b40ef04a656f5665e0ba94a63d'/>
<id>urn:sha1:2c274bc53d8b06b40ef04a656f5665e0ba94a63d</id>
<content type='text'>
commit_hash:64ad6b4138ee27f474b440e8ef3e07fac1935346
</content>
</entry>
<entry>
<title>YQL-19747: Partially concat and resolve symbols</title>
<updated>2025-08-04T09:47:13Z</updated>
<author>
<name>vitya-smirnov</name>
<email>vitya-smirnov@yandex-team.com</email>
</author>
<published>2025-08-04T09:34:52Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2193f20a163ea765183f000e8d4e1902a96fed71'/>
<id>urn:sha1:2193f20a163ea765183f000e8d4e1902a96fed71</id>
<content type='text'>
- Migrated GetId to a Partial Evaluation function.
- Centeralized named expressions collection.
- Centeralized query parameters resolution.
- Supported symbols resolution and concatenation.
- Migrated USE and Columns Syntesis on the evaluation.
commit_hash:fafedc4330bcd4a7ab607ae1d5f2691a2f5a60f2
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2025-07-30T14:11:40Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2025-07-30T13:34:20Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=02d0e00c0d70bd1c8612895812dfd506178ea7e6'/>
<id>urn:sha1:02d0e00c0d70bd1c8612895812dfd506178ea7e6</id>
<content type='text'>
commit_hash:c0ba1e1b769fc35ecc458fc556b00493f26f75d1
</content>
</entry>
</feed>
