Skip to content

Commit

Permalink
delete file
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchengchenghh committed Aug 16, 2024
1 parent b04fcb9 commit 7bafde5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ object InternalRowUtl {
def toString(struct: StructType, rows: Iterator[InternalRow], start: Int, length: Int): String = {
toString(struct, rows.slice(start, start + length))
}

}

0 comments on commit 7bafde5

Please sign in to comment.