| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
commit_hash:3bc6b3fe94e77b29cd3130cbfba1e1a04df560ee
|
| |
|
|
| |
commit_hash:0cd6fc0bf2710bf89ee654ef4c3771c74fb493a6
|
| |
|
|
|
|
|
|
|
|
| |
A feature registry lets us to reference features by name, rather than a concrete langver.
It makes easier to find feature references and releasing incubating features (under max
langver during the development). Features are described at
`yql/essentials/data/language/features.json` and the C++ code is generated. The unit
`feature.h` also introduces a convenience functions to check a feature availability and
emit a standard error message. All features in the translator where replaced with named.
commit_hash:c47f540536212a65f7bc5e8dc6051e73d006be8d
|
| |
|
|
| |
commit_hash:abd1dd6b4cccdb62524bbe3eb1cd2c8b2080c88c
|
| |
|
|
| |
commit_hash:054395f57e37951159c1184eae2e6d4bc81245f8
|
| |
|
|
| |
commit_hash:9e799ea42a2692eb96ebc792b48e46dd060c182b
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
#### Включение сканирования UDF по умолчанию 📝
- 🛠️ Добавлена возможность включать сканирование UDF по умолчанию, с поддержкой нового флага `YQL_UDF_NO_SCAN` для управления поведением.
- 🧪 Обновлена логика тестирования и разрешения UDF, чтобы учитывать переменную окружения и специфические условия для некоторых проектов.
- 🔍 Расширена функциональность сканирования UDF с добавлением новых функций и улучшения обработки вызываемых элементов.
- ⚙️ Внесены изменения в конфигурацию и инструменты разрешения UDF для корректной работы с новыми параметрами.
- 📦 Добавлен новый вызываемый элемент в список поддерживаемых функций.
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
commit_hash:f4fe0fb492e7d433d76310f56f5be94582fcbe22
|
| |
|
|
| |
commit_hash:b6e80f03753bc5152a064c7b09beb7b0b561b03c
|
| |
|
|
| |
commit_hash:fb4b261fd65c7efb90b2275bbf69935d3087b5b9
|
| |
|
|
| |
commit_hash:8fde8c88e35c3ea5f30810a08ce878ad94d82ff6
|
| |
|
|
| |
commit_hash:0c2957f375a26072b5fb3fd29f7704314490c68b
|
| |
|
|
| |
commit_hash:09458afa76df2a5ac04b35e483807b1d8a742dad
|
| |
|
|
| |
commit_hash:b9248a3c1c09c4140b7996378cec503020d1c9e0
|
| |
|
|
| |
commit_hash:ee3eb618828d61c8a676898641ff080a749a6b96
|
| |
|
|
| |
commit_hash:a81bc3b870b25cbfac5bf8505a5b0a5231899bc1
|
| |
|
|
| |
commit_hash:e47dca268f803106c76fa0565b011937a7219c94
|
| |
|
|
| |
commit_hash:84a05de3de0d62cb98a00df10a2fe513a520eaed
|
| |
|
|
| |
commit_hash:05b51011bc29ec019e50e1725554f52b4b4744d1
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added `AutoYqlSelect` differential testing target for
`minirun` and `yt_file`.
It helped to explore at least the following issues:
1. Not set `DeriveColumnOrder` (fixed)
2. Absent `Unordered` decorator (fixed)
3. Unsupported not fully-qualified `VALUES` (fixed)
4. Premature cluster check leading to error instead of an
unsupported status (fixed)
5. Invalid column name generation (fixed)
6. Absent top-level select column order (postponed)
7. Absent error on column name collision (postponed)
8. Other issues unexplored due to noise from bullet 6.
As tests are failing `AutoYqlSelect` is commented out
until `YqlSelect` is ready.
Also added some missing tests for `LIMIT`/`OFFSET` and `WHERE`.
commit_hash:70424260914acff8275f3544e2ad7a99789f7620
|
| |
|
|
| |
commit_hash:68fcce49bf7355e49569a96ff7ad2faa537c563e
|
| |
|
|
| |
commit_hash:382135e2e2779d9cdf00fe93d4fde474896a81e4
|
| |
|
|
| |
commit_hash:39978afd806b807ddc0b745f048c16bc98afd9c0
|
| |
|
|
| |
commit_hash:a9a24e2156ccebef387f026b91efcd5628389146
|
| |
|
|
| |
commit_hash:1bb058fdc353cb6abf7a9f65e8c1a61a424274f3
|
| |
|
|
|
| |
Add yqlworker logic, yt canonical tests
commit_hash:6725f55290a2f578ab0cf1d08b302da2fc46d216
|
| |
|
|
| |
commit_hash:c2440ce49cc8c7637134ddf8081b32251ff75fd4
|
| |
|
|
| |
commit_hash:44e30306b80ccb5f73f3fc9ab17545e0af3b413f
|
| |
|
|
| |
commit_hash:5b0aadf271c553415c536606ff7f52575bd267c4
|
| |
|
|
| |
commit_hash:305436d8a57022b4fa1537f87cf02449491bf98f
|
| |
|
|
|
|
|
| |
better convert error
test for reproducing
commit_hash:c20630a1f03ea1eed119778895b19087143f4400
|
| |
|
|
| |
commit_hash:8faf2a849a9faabf73a56de4fbfc2852a64c0b1b
|
| |
|
|
| |
commit_hash:7ef8aac06a5394b98eea88e8519641f5b04e2878
|
| |
|
|
| |
commit_hash:a621ff34ec05a45a278051bc2ac0a01f8f2e122d
|
| |
|
|
| |
commit_hash:6a772aebd3249332cf554bea9ed67a25f3b45876
|
| |
|
|
| |
commit_hash:f887db5aed7670478e94ff9a4f0382e815061583
|
| |
|
|
| |
commit_hash:6e3f5fac6a8598586987b52d749644d1ce1fccbe
|
| |
|
|
| |
commit_hash:902cfa0c1b574c1addb5df96a4b38c792ae82258
|
| |
|
|
| |
commit_hash:4c0f36394464576b71ac609ff5cce5758d2323bb
|
| |
|
|
| |
commit_hash:e3253b9a65af465aa94a5db87b8ab231898b3425
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
yt.RuntimeClusterSelection and yt.RuntimeClster
fix
Add default yt cluster for yt_file tests
Revert "Add plato + banach to yt_file/yt configs"
This reverts commit 83b85e67d753abed32fc620991b0ddd7ea58dcee.
Add plato + banach to yt_file/yt configs
add MrCluster setting
Support yt.MrCluster
commit_hash:e046a70ebea88ca0adcd497ce2e66d75a3c339ff
|
| |
|
|
| |
commit_hash:e2da3ad430fabaa84a74178b1f2103b09ac69ae7
|
| |
|
|
| |
commit_hash:302db606da88098276d69272eb2346a8ad040a89
|
| |
|
|
|
| |
init
commit_hash:22d9a4470f726b8efcd86aaf043bfa5552c2b35e
|
| |
|
|
| |
commit_hash:053fd97561e2c88a136be1814e3340831ebd8c49
|
| |
|
|
| |
commit_hash:b8ac320754c8cca10b43a1a10aaa12ac22c1fef0
|
| |
|
|
| |
commit_hash:2c1032709b7b9a257c9995060da17596e1d5b066
|
| |
|
|
| |
commit_hash:6fb24458a96f300f8c26c5a2e44bb97b05841ee9
|
| |
|
|
| |
commit_hash:23f69efc6e0723183447cd4389c846f599d0e58c
|
| |
|
|
| |
commit_hash:170e724b371baded6fdcbc5f6b63da52252c1598
|
| |
|
|
| |
commit_hash:d6e69042088451340ac37dd3d928f2cb483a54e9
|