| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* [YQL-17474] Limit supported operation settings in hybrid execution
* update supported settings list
|
|
|
| |
* external table content has been decoded for viewer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* use splitter for abstract data chunks. not columns only
* fix build
* fix build
* fix build
* fix build
* fix test for portions->bs->tier->bs (in this case we have to rewrite blobId)
* fix
* optional useless
* fix
|
|
|
|
|
|
|
|
|
| |
* Bulk authorization
* unit tests
* small fixes
* Add result filter ALL_FAILED
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Enable SELECT from views
Selecting from a view currently works for the following queries written in the view:
- SELECT 1
- SELECT * FROM SomeTable
- SELECT a, b FROM SomeTable (you can specify which columns you need)
- SELECT * FROM FirstTable JOIN SecondTable ON ...
- SELECT * FROM FirstTable UNION SELECT * FROM SecondTable
- SELECT * FROM SomeOtherView
- SELECT * FROM FirstView JOIN SecondView ON ...
The idea of the implementation is the following: whenever we encounter TExprNode corresponding to a Right! read from a view, we change this node to a TExprNode, which corresponds to the compiled query, stored in the view. This is done on RewriteIO stage of the pipeline. The biggest challenge was to meet all the expectations of the CheckTx function applied to the rewritten query.
|
| |
|
|
|
| |
* YQ-2356: integration tests for YQ through generic provider
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* use raw bytes for optimizer limiter
* use policies for memory prediction on compaction
* fix build
* fixes
* fix build
* fix
* fix
|
| |
|
| |
|
|
|
| |
* Rename values of ServerlessComputeResourcesMode enum KIKIMR-20642
|
|
|
| |
* workaround for minio
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
(#1110)
* utils.Database is now a property of tests_cases.BaseTestCase
* Unified logic for building test case names
* Store test case artifacts (YQL/SQL requests, dqrun/kqprun outputs) in distinct folders
* Reworked large_table tests to check Connector streaming logic
|
|
|
|
|
|
|
| |
* Make MVCC always enabled and no longer optional KIKIMR-20802
* Don't depend on disabled mvcc in serverless tests
* Remove disable_mvcc option from kikimr configurator for tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Prepared release notes YDB CLI 2.8.0
* Fixed --collect-diagnostics description
* Fix
* Mark generic query feature with experimental flag
Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
* fix
Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
* fix
Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
* fix
Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
* fix
Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
* fix
Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
* Fixed issues
---------
Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
|
| |
|
|
|
|
| |
через bulk_upsert (#1143)
|
|
|
|
|
| |
* temp test src
* YQL-16218 tests dict in tables for sqlin
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* KIKIMR-19671 Refactoring of IWorkloadQueryGenerator and TWorkloadFactory
Part of https://a.yandex-team.ru/review/4709374
Workload commands in ydb-cli will be generated by generator
* fix build
* Fix descriptions
* fix build
* another fix build
|
|
|
|
|
| |
* YQL-17553: Fix RPC reader data loss
* failure injection
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* added RestartsPerPeriod info
* added issue
* node-check
* changed message to NODE UPTIME
* changed messages
* changed message
|
|
|
|
|
| |
* degraded-sort
* changed to int32
|
|
|
|
|
|
|
|
|
| |
ops with JobCount setting (#1122)
* [YQL-17474] Expand PartitionByKeys with constant keys via YtMap. Do not fuse ops with JobCount setting
* switch to DisableOptimizers
* switch to pragma
|
|
|
| |
Fix problem detected by clang's lifetime bound static analyzer.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* KIKIMR-20714 Удаляем LongTxService в тестах
* fix tests
* Remove test DropColumnOldScheme
* KIKIMR-20714: Удаляем LongTxService grpc
* fix build
* fix tests
* fix build
* another fix build
|
| |
|
| |
|
|
|
|
| |
(#1123)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Apply patch with changes
* Add & canonize some tests
* More refactoring
* Final cleanup
* Apply patch with changes
* Add & canonize some tests
* More refactoring
* Final cleanup
* Add explicit dependencies on library/cpp/ipv6_address
|
| |
|
| |
|
|
|
| |
* also support multiple graphs, move test data to resources
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Library import 8
* Add contrib/libs/cxxsupp/libcxx/include/__verbose_abort
|
| |
|
|
|
|
|
|
| |
during refresh token process.
The GrpcRequestProxy Unavaliable method should not be used from
rpc actors. The interface will be isolated in a future.
|
| |
|
|
|
|
|
| |
* add limits for simultaneous compaction
* fix build
|