-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello! I am really inspired by your work.
The same problem as TempKmkim (i.e., even using the provided docker zhaojy20/querysplit:v1) occured to me. I encountered that JOB-9c query produce nothing (not even 0 tuple, literally nothing) when I do not use minsubquery option.
It could be correct that it is a difference between Window compiler and Linux compiler as you said, however, I am currently doubting about the difference between dataset (schema, loaded csv files etc...) and queries.
It would be great if you could provide such datasets (especially, for IMDB-JOB) that you have used! (I used the IMDB-JOB datset from the origina JOB github here: https://github.com/gregrahn/join-order-benchmark)
If we have used the same schema / csv / queries, then I have really no idea why this issue occurs ... :'(