knizhnik / imcs

In-Memory Columnar Store extension for PostgreSQL
Apache License 2.0
203 stars 33 forks source link

Edited drop.out expected results #70

Closed abigalekim closed 1 year ago

abigalekim commented 1 year ago

I ran the tests for imcs for Postgres 15.0, 15.1, 15.2, and 15.3 and noticed that the drop.sql test repetitively fails. I think this is the test's fault, because on the table quote, where there are no records, the get() operation returns one empty row, and Postgres is outputting zero rows, which I think is fair. Therefore, I changed the test to reflect this.