You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getting this error:
NotImplementedError: mssql does not support direct registration of parquet data.
did not find any documentation for this feature not supported for ms sql,
What is the motivation behind your request?
i am trying to use ibis as a generic interface for different backend, and need use it to load parquet file to various backend. But encounter this error for ms sql.
Describe the solution you'd like
ibis implement this feature.
What version of ibis are you running?
9.0.0
What backend(s) are you using, if any?
mssql
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
@ruiyang2015 This would be interesting! I think we're unlikely to add support for this without a native MSSQL ADBC driver, given how horribly slow it would be otherwise.
Is your feature request related to a problem?
getting this error:
NotImplementedError: mssql does not support direct registration of parquet data.
did not find any documentation for this feature not supported for ms sql,
What is the motivation behind your request?
i am trying to use ibis as a generic interface for different backend, and need use it to load parquet file to various backend. But encounter this error for ms sql.
Describe the solution you'd like
ibis implement this feature.
What version of ibis are you running?
9.0.0
What backend(s) are you using, if any?
mssql
Code of Conduct
The text was updated successfully, but these errors were encountered: