Skip to content

Commit 6c120c0

Browse files
jprakash-dbvarun-edachali-dbx
authored andcommitted
Merging changes from v3.7.1 release (#488)
* Increased the number of retry attempts allowed (#486) Updated the number of attempts allowed * bump version to 3.7.1 (#487) bumped up version * Refractore * Minor change Signed-off-by: varun-edachali-dbx <[email protected]>
1 parent ca1b57d commit 6c120c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_fetches.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from databricks.sql.backend.thrift_backend import ThriftDatabricksClient
1313

1414

15+
1516
@pytest.mark.skipif(pa is None, reason="PyArrow is not installed")
1617
class FetchTests(unittest.TestCase):
1718
"""

0 commit comments

Comments
 (0)