Skip to content

Commit 80692e3

Browse files
reduce diff
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 8be5264 commit 80692e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/databricks/sql/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@ def convert_decimals_in_arrow_table(table, description) -> "pyarrow.Table":
740740

741741

742742
def convert_to_assigned_datatypes_in_column_table(column_table, description):
743+
743744
converted_column_table = []
744745
for i, col in enumerate(column_table):
745746
if description[i][1] == "decimal":

0 commit comments

Comments
 (0)