Skip to content

Commit

Permalink
Removed unnecessory fikes
Browse files Browse the repository at this point in the history
  • Loading branch information
jprakash-db committed Oct 3, 2024
1 parent 37015c6 commit 7be3edd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions src/databricks/sql/thrift_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,11 +625,6 @@ def _get_metadata_resp(self, op_handle):
@staticmethod
def _hive_schema_to_arrow_schema(t_table_schema):

if pyarrow is None:
raise ImportError(
"pyarrow is required to convert Hive schema to Arrow schema"
)

def map_type(t_type_entry):
if t_type_entry.primitiveEntry:
return {
Expand Down
4 changes: 0 additions & 4 deletions src/databricks/sqlalchemy/pytest.ini

This file was deleted.

0 comments on commit 7be3edd

Please sign in to comment.