apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
5.21k stars 957 forks source link

Replace `GetFieldAccess` with indexing function in `SqlToRel ` #10375

Closed jayzhan211 closed 5 days ago

jayzhan211 commented 2 weeks ago

Which issue does this PR close?

Part of #10374

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

alamb commented 5 days ago

cc @westonpace

jayzhan211 commented 5 days ago

Thanks @alamb !