Skip to content

Commit 21b4631

Browse files
remove duplicate defn
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent efe5e82 commit 21b4631

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/databricks/sql/utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,6 @@ def remaining_rows(self) -> "pyarrow.Table":
312312
self.table_row_index = 0
313313
return pyarrow.concat_tables(partial_result_chunks, use_threads=True)
314314

315-
def _create_table_at_offset(self, offset: int) -> Union["pyarrow.Table", None]:
316-
"""Create next table at the given row offset"""
317-
318315
def _create_table_at_offset(self, offset: int) -> "pyarrow.Table":
319316
"""Create next table at the given row offset"""
320317

0 commit comments

Comments
 (0)