Hi. While investigating some issue, I noticed that direct SQL in Hive would usually fail if default partition is involved, and fall back to JDO; JDO filter pruning will exclude the default partition. I didn’t realize the latter was the case… Is it the expected behavior with the default partition? It would work fine for null values, I am not sure what else ends up in DEFAULT_PARTITION.