jin xing created SPARK-21194: -------------------------------- Summary: Fail the putNullmethod when containsNull=false. Key: SPARK-21194 URL: https://issues.apache.org/jira/browse/SPARK-21194 Project: Spark Issue Type: Bug Components: SQL Affects Versions: 2.1.1 Reporter: jin xing
Currently there's no check for putting null into a {{ArrayType(IntegerType, false)}}; It's better to fail the {{putNull}} method in {{OffHeapColumnVector}} and {{OnHeapColumnVector}} when {{containsNull}}=false. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org