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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user