Hi community, I'm trying to improve explain plans in Apache Pinot and one of the main complaints of our customers is how difficult it is to read the explain plans having to transform the synthetic input names into the corresponding logical field.
Is there a way to improve that? Ideally these inputs should conserve the names used in SQL. For example that is what Postgres does. Thanks for your help, Gonzalo