mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-11-18 03:43:30 +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