Wenchen Fan

Results 245 comments of Wenchen Fan

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.

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...

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...

My opinion is that `PlanWithUnresolvedIdentifier` should hide as few things as possible. We should change `PlanWithUnresolvedIdentifier(... => InsertIntoStatement)` to `InsertIntoStatement(PlanWithUnresolvedIdentifier(... => UnresolvedRelation))`