You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the context of adding a new physical optimizer (#1063) the topic of column names came up. From this, we would like to ensure that regardless of whether an optimization was performed that the output column name is the same.
I believe we will want to add tests for this that simply check output schemas of a plan that wasnt optimized and an optimized plan.
These tests could likely belong in datafusion/tests/optimizer.rs which we expect to make as part of #1118
Could you please provide a more detailed write up for this issue? If it is picked up by someone else than us or in a few months, not sure he/we'll be able to figure out what this is about 😄
In the context of adding a new physical optimizer (#1063) the topic of column names came up. From this, we would like to ensure that regardless of whether an optimization was performed that the output column name is the same.
I believe we will want to add tests for this that simply check output schemas of a plan that wasnt optimized and an optimized plan.
These tests could likely belong in
datafusion/tests/optimizer.rs
which we expect to make as part of #1118Originally posted by @rdettai in #1063 (comment)
The text was updated successfully, but these errors were encountered: