Following the discussion in #43, this PR aims to clean up the repository with the following goals:
Remove the sql crate from the sources directory. This crate will be moved to the datafusion-table-providers repository.
Create a new crate named datafusion-flight-sql-server in the repository. This involves moving the code from the existing sources/flight-sql crate to a new crate.
Following the discussion in #43, this PR aims to clean up the repository with the following goals:
sql
crate from thesources
directory. This crate will be moved to thedatafusion-table-providers
repository.datafusion-flight-sql-server
in the repository. This involves moving the code from the existingsources/flight-sql
crate to a new crate.