Wenchen Fan
Wenchen Fan
sorry for the late review, the change looks reasonable to me.
thanks, merging to master!
Can we update `core/src/main/resources/error/README.md` to mention this special error class naming prefix?
@dongjoon-hyun @viirya @HyukjinKwon The new error class name prefix `_LEGACY_ERROR_TEMP_` proposed here kind of marks the error as developer-facing, not user-facing. Developers can still get the error class programmatically via...
I'm wondering why `PushProjectThroughLimit` does not optimize your query. It should push project through limit.
`PushProjectThroughLimit` is already in the optimizer, or did I miss something?
Ah sorry I misread the code. Let's add this rule then. I think it's beneficial, as it kinds of "normalize" the order of project and limit operator, so that we...
thanks, merging to master!
This is a perf improvement, usually we don't backport.