-
Notifications
You must be signed in to change notification settings - Fork 344
Move rel tables into rel group #5226
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5226 +/- ##
==========================================
- Coverage 86.57% 86.55% -0.02%
==========================================
Files 1410 1410
Lines 61953 61987 +34
Branches 7603 7613 +10
==========================================
+ Hits 53634 53654 +20
- Misses 8144 8158 +14
Partials 175 175 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Benchmark ResultMaster commit hash:
|
Benchmark ResultMaster commit hash:
|
| } | ||
| } | ||
| localState->dataChunkCollection->append(outputChunk); | ||
| outputChunk.resetAuxiliaryBuffer(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to this PR. But reset state usually happens before append (actually mostly at the start of the function.)
| std::vector<common::ColumnEvaluateType> columnEvaluateTypes; | ||
| std::unique_ptr<ExtraBoundCopyFromInfo> extraInfo; | ||
|
|
||
| explicit BoundCopyFromInfo(catalog::TableCatalogEntry* tableEntry) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where are we using this constructor?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's used inside getPhysicalPlan within create_hnsw_index.cpp.
Benchmark ResultMaster commit hash:
|
Benchmark ResultMaster commit hash:
|
330f78b to
9fd6cb2
Compare
Benchmark ResultMaster commit hash:
|
Benchmark ResultMaster commit hash:
|
|
Duplicate with #5280 |
Description
Close #5158.