[pipelineX](bug) Add some logs (#27596)

This commit is contained in:
Gabriel
2023-11-28 10:02:13 +08:00
committed by GitHub
parent 5bdfaf6447
commit ea7eca9345
7 changed files with 46 additions and 4 deletions

View File

@ -60,6 +60,7 @@ class RuntimeState;
namespace pipeline {
struct ExchangeDataDependency;
class LocalExchangeChannelDependency;
class ExchangeLocalState;
} // namespace pipeline
namespace vectorized {
@ -235,6 +236,7 @@ public:
}
protected:
friend class pipeline::ExchangeLocalState;
Status _inner_get_batch_without_lock(Block* block, bool* eos);
// Not managed by this class