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
Fix Result handling after get_actions async removal
- Added ? operator to handle Result<Vec<Action>, DeltaTableError>
- Removed .await calls since get_actions is now synchronous
- Fixed pattern matching from &&Action to Action in filter predicates
Signed-off-by: Yousef Saad <[email protected]>
0 commit comments