diff options
author | cherepashka <cherepashka@yandex-team.com> | 2024-12-09 12:05:47 +0300 |
---|---|---|
committer | cherepashka <cherepashka@yandex-team.com> | 2024-12-09 12:24:58 +0300 |
commit | 23c050605f08c239b580fc04a248e2e8d4476692 (patch) | |
tree | c6e29f469a2886070bf7156ba69542a6cfd557a0 | |
parent | 365b065ca32ba05d72f86723169f846d0ee12189 (diff) | |
download | ydb-23c050605f08c239b580fc04a248e2e8d4476692.tar.gz |
YT-20696: Evaluation of non-materialized computed columns in static tables
- Changelog entry
Type: feature
Component: static tables
Computations of non-materialized computed columns in static tables
commit_hash:0f318c564664e9b88550142d9392f6bf03b3194f
-rw-r--r-- | yt/yt/client/table_client/wire_protocol.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt/yt/client/table_client/wire_protocol.cpp b/yt/yt/client/table_client/wire_protocol.cpp index ec948b7263..bc7aceee61 100644 --- a/yt/yt/client/table_client/wire_protocol.cpp +++ b/yt/yt/client/table_client/wire_protocol.cpp @@ -1175,7 +1175,6 @@ private: std::unique_ptr<IWireProtocolReader> WireReader_; bool Finished_ = false; bool SchemaChecked_ = false; - }; IWireProtocolRowsetReaderPtr CreateWireProtocolRowsetReader( |