1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-09-16 22:49:59 +00:00

Add #ifdefs around printfs

This commit is contained in:
Colin Dellow
2018-03-20 19:57:12 -04:00
parent 5480de7fb6
commit 599430b2f4
2 changed files with 7 additions and 5 deletions

View File

@@ -70,8 +70,6 @@ bool ParquetCursor::currentRowGroupSatisfiesBlobFilter(Constraint& constraint, s
throw std::invalid_argument(ss.str());
}
printf("\n\nBLOB\n\n");
const std::vector<unsigned char>& blob = constraint.blobValue;
switch(constraint.op) {