Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
[NSE-421] disable the whole stage code gen for the ArrowColumnarToRow…
Browse files Browse the repository at this point in the history
… operator (#422)
  • Loading branch information
JkSelf authored Jul 23, 2021
1 parent 5d05fd2 commit b49b0a2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ import scala.concurrent.duration._
class ArrowColumnarToRowExec(child: SparkPlan) extends ColumnarToRowExec(child = child) {
override def nodeName: String = "ArrowColumnarToRow"

override def supportCodegen: Boolean = false

buildCheck()

def buildCheck(): Unit = {
Expand Down

0 comments on commit b49b0a2

Please sign in to comment.