I have a long-running ExecutionContext that needs to have parquet files 
registered and un-registered over time. Registration happens via 
register_table(), but there doesn't seem to be any corresponding 
unregister_table() function to later remove the table.

Is this something that might be useful to add? Would it just be a matter of 
removing the table from the datasources map? 

Reply via email to