Tidy schema inferencer
szarnyasg opened this issue · 0 comments
szarnyasg commented
The JPlanToFPlan
object, a.k.a. the schema inferencer, could be simplified here and there.
- The
extraAttributes
field infplan
nodes is only relevant for nullary operators andProjection
/Grouping
. - While we're at it, it should actually be called
requiredProperties
. - Also, rename
externalSchema
tonestedSchema
andinternalSchema
toflatSchema
.