-
Notifications
You must be signed in to change notification settings - Fork 176
The submodule federated-query
has vanished
#479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Oh sure, I did a poor job of explaining our setup. Basically, one of Seafowl's features, called remote tables, is built on connector-x. This is facilitated through a crate called That git dependency however poses a problem now that I think there are a couple of easy solutions:
|
@gruuya , thanks for the explanation, it makes sense. I just removed the submodule from this repo. Please let me know if I missed anything. |
Great, that will work! Note, that there are still a couple of obsolete references to |
What language are you using?
Rust
What version are you using?
0.3.2-alpha.2
What database are you using?
PostgreSQL, MySQL and SQLite
What dataframe are you using?
N/A
Can you describe your bug?
The

federated-query
submodule has been deleted or made private (the GH repo 404s: https://github.com/sfu-db/federated-query).This causes the dependents of
connector-x
to fail during builds (see below).What are the steps to reproduce the behavior?
N/A
Database setup if the error only happens on specific data or data type
N/A
Example query / code
N/A
What is the error?
From the failed job:
(The
connector-x
fork there contains only the Datafusion 19 upgrade and nothing else.)The text was updated successfully, but these errors were encountered: