You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-4802 Removed ByteStream methods for bool manipulations and add some logging into I_S.columnstore_files
This commit is contained in:
committed by
Roman Nozdrin
parent
b9bd207d3b
commit
fb5ba84212
@ -1127,7 +1127,7 @@ void BatchPrimitiveProcessorJL::createBPP(ByteStream& bs) const
|
||||
// MCOL-4173 Notify PP if smallSide and largeSide have different column widths
|
||||
// and send smallSide RG to PP.
|
||||
bool joinHasSkewedKeyColumn = tJoiners[i]->joinHasSkewedKeyColumn();
|
||||
bs << joinHasSkewedKeyColumn;
|
||||
bs << (uint8_t) joinHasSkewedKeyColumn;
|
||||
if (!smallSideRGSent && joinHasSkewedKeyColumn)
|
||||
{
|
||||
idbassert(!smallSideRGs.empty());
|
||||
|
Reference in New Issue
Block a user