maropu commented on a change in pull request #26680: [SPARK-30047][SQL] Support
interval types in UnsafeRow
URL: https://github.com/apache/spark/pull/26680#discussion_r351240582
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/codegen/UnsafeRowWriterSuite.scala
##########
@@ -49,4 +50,15 @@ class UnsafeRowWriterSuite extends SparkFunSuite {
// The two rows should be the equal
assert(res1 == res2)
}
+
+ test("write and get calendar intervals through UnsafeRowWriter") {
+ val rowWriter1 = new UnsafeRowWriter(2)
Review comment:
nit: `rowWriter1` -> `rowWriter`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]