apache / datafusion

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

chore: use fullpath in macro to avoid declaring in other module #10503

Closed jayzhan211 closed 2 weeks ago

jayzhan211 commented 2 weeks ago

Which issue does this PR close?

Closes #.

Rationale for this change

cleanup code. The benefit is that we don't need to import for macro.

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?