Github user mgaido91 commented on a diff in the pull request:
https://github.com/apache/spark/pull/20637#discussion_r212569851
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/GenerateUnsafeProjection.scala
---
@@ -70,7 +76,7 @@ object GenerateUnsafeProjection extends
CodeGenerator[Seq[Expression], UnsafePro
| // Remember the current cursor so that we can calculate how many
bytes are
| // written later.
| final int $previousCursor = $rowWriter.cursor();
- | ${writeExpressionsToBuffer(ctx, tmpInput, fieldEvals,
fieldTypes, structRowWriter)}
--- End diff --
nit: this seems an unneeded change
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]