Skip to content

Commit 5ea3df4

Browse files
committed
nit
Signed-off-by: Jayant Singh <jayant.singh@databricks.com>
1 parent 4d58faa commit 5ea3df4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/databricks/sql/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,6 @@ def convert_decimals_in_arrow_table(table, description) -> "pyarrow.Table":
624624
# create the target decimal type
625625
dtype = pyarrow.decimal128(precision, scale)
626626

627-
# convert the column directly using PyArrow's cast operation
628627
new_col = col.cast(dtype)
629628
new_field = field.with_type(dtype)
630629

0 commit comments

Comments
 (0)