Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
null->_
  • Loading branch information
juliuszsompolski committed Jul 20, 2023
commit 6024e24873b4be40754cd60d0d7099ce5cf6e0a7
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private[sql] class SparkResult[T](
extends AutoCloseable
with Cleanable { self =>

private[this] var opId: String = null
private[this] var opId: String = _
private[this] var numRecords: Int = 0
private[this] var structType: StructType = _
private[this] var arrowSchema: pojo.Schema = _
Expand Down