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
Describe the bug
sempy_labs.lakehouse.run_table_maintenance when using a command to change the v-order of a table the table does not appear to actually be changing based on a separate function named is_v_ordered.
To Reproduce
Steps to reproduce the behavior:
Run the function run_table_maintenance
Set the v_order parameter to true
Run the function is_v_ordered
Resulting output from is_v_ordered is not changing to the stated value set in run_table_maintenance