We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e9d0e commit acfe1abCopy full SHA for acfe1ab
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
@@ -128,7 +128,7 @@ class CodeGenContext {
128
case dt: DecimalType => decimalType
129
case BinaryType => "byte[]"
130
case StringType => stringType
131
- case IntervalType => intervalType
+ case IntervalType => intervalType
132
case _: StructType => "InternalRow"
133
case _: ArrayType => s"scala.collection.Seq"
134
case _: MapType => s"scala.collection.Map"
0 commit comments