Hi Marc, Yes, that sounds like a good addition, and yes, it should be as simple as removing it from the datasources map (although I haven't looked at that code lately).
Thanks, Andy. On Mon, Feb 8, 2021 at 8:41 AM Marc Prud'hommeaux <mprud...@apache.org> wrote: > 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? >