1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-21 09:20:51 +03:00

chore(QA,plugin): integer PK columns are supported by QA.

This commit is contained in:
drrtuy
2025-10-21 13:24:51 +00:00
parent fb98e46bfc
commit 45ebe62bc8
4 changed files with 119 additions and 54 deletions

View File

@@ -333,6 +333,7 @@ int fetchNextRow(uchar* buf, cal_table_info& ti, cal_connection_info* ci, long t
if (ti.tpl_scan_ctx->rowsreturned == 0 &&
(ti.tpl_scan_ctx->traceFlags & execplan::CalpontSelectExecutionPlan::TRACE_TUPLE_OFF))
{
std::cout << "rowGroup->toString() " << rowGroup->toString() << std::endl;
for (uint32_t i = 0; i < rowGroup->getColumnCount(); i++)
{
int oid = rowGroup->getOIDs()[i];