Gustav

Results 35 comments of Gustav

Any chance of getting this reviewed? @deeksha-db @samikshya-db @jprakash-db @yunbodeng-db @jackyhu-db @benc-db

> Pandas is also imported here: > > https://github.com/databricks/databricks-sql-python/blob/4b7df5b0fd4da7e9caecbd8042c12e363c6d3d5f/src/databricks/sql/result_set.py#L7 > I imagine they would want a warning message similar to the one for pyarrow: > > https://github.com/databricks/databricks-sql-python/blob/4b7df5b0fd4da7e9caecbd8042c12e363c6d3d5f/src/databricks/sql/client.py#L81-L86 Thanks, updated.

> Are there any tests in the CI run without pandas installed? If not, it would be important to add for future stability. I can't comment on the effectiveness but...

> That's helpful. Did you check the CI files to see if there is a test run without optional dependencies installed? No, there seems to be a single set of...

Fixed the linting error but there are plenty of tests failing on unrelated issues 😕