Wenchen Fan
Wenchen Fan
thanks, merging to master!
Shall we also skip generating the view query output table properties when creating the view? @szehon-ho
Yea I think we should fix this, but given the behavior change is already shipped, we need a legacy config to protect this fix.
thanks, merging to master!
the doc gen failure is unrelated, thanks, merging to master!
> The inlining of Hadoop's LineRecordReader would be needed regardless of ZSTD support because of a follow-up change that I am working on, which would add allow users to specify...
thanks, merging to master!
This approach is too hacky: it caches the scan builder with a tree node tag. Do you know which rule creates more column pruning oppturnities? We should probably delay the...
thanks, merging to master!
My opinion is that `PlanWithUnresolvedIdentifier` should hide as few things as possible. We should change `PlanWithUnresolvedIdentifier(... => InsertIntoStatement)` to `InsertIntoStatement(PlanWithUnresolvedIdentifier(... => UnresolvedRelation))`