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
Hello! Is the version requirement on the pyarrow package strict?
pyarrow = "^9.0.0"
We would like to use databricks-sql-python in a project that depends on a lower version of pyarrow (8.0.0). We ran into conflicting version issues when using package management tools such as poetry. In our tests it seems databricks-sql-python can work with older versions of pyarrow such as 8.0.0. It would be great if databricks-sql-python can specify a wider range of pyarrow versions for better compatibility.
Hello! Is the version requirement on the pyarrow package strict?
We would like to use
databricks-sql-pythonin a project that depends on a lower version of pyarrow (8.0.0). We ran into conflicting version issues when using package management tools such as poetry. In our tests it seemsdatabricks-sql-pythoncan work with older versions of pyarrow such as 8.0.0. It would be great ifdatabricks-sql-pythoncan specify a wider range of pyarrow versions for better compatibility.