https://bz.apache.org/ooo/show_bug.cgi?id=123199
--- Comment #2 from [email protected] --- There were multiple problems here: size is a reserved word and several columns contain spaces, leading to a failure to filter since quoting is broken when building the query. Those problems were fixed in #126029. Now the remaining problem is that size isn't quoted in the WHERE clause. -- You are receiving this mail because: You are the assignee for the issue. You are on the CC list for the issue.
