dask-sql icon indicating copy to clipboard operation
dask-sql copied to clipboard

[ENH] Factor out remaining use of `fqn` in codebase

Open charlesbluca opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. Once https://github.com/dask-contrib/dask-sql/pull/854 is finalized and merged, there will only be one remaining use of context.fqn in the codebase, used to grab the table & schema names for our table scan plugin.

Describe the solution you'd like Not sure if there's an alternative method we've established that we could use to grab this information, which would allow us to remove fqn and probably do some refactoring to DaskTable and related code since we would no longer need to rely on it for schema information.

charlesbluca avatar Jan 20 '23 15:01 charlesbluca