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
#1556 enables the visitor to visit the Option field annotated with visit(with = "visit_xxx") in an Expr. I focused on implementing the macro and fixing the functionality of SHOW COLUMNS in DataFusion.
However, other fields also need to be annotated. See @alamb's comment (#1556 (comment)) for details.
The text was updated successfully, but these errors were encountered:
#1556 enables the visitor to visit the
Option
field annotated withvisit(with = "visit_xxx")
in anExpr
. I focused on implementing the macro and fixing the functionality ofSHOW COLUMNS
in DataFusion.However, other fields also need to be annotated. See @alamb's comment (#1556 (comment)) for details.
The text was updated successfully, but these errors were encountered: