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

[NSE-421]Disable the wholestagecodegen feature for the ArrowColumnarToRow operator #422

Merged
merged 1 commit into from
Jul 23, 2021
Merged
Changes from all commits
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
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