Github user kunal642 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2439#discussion_r200281753
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/integration/spark/testsuite/complexType/TestComplexDataType.scala
---
@@ -636,4 +636,18 @@ class TestComplexDataType extends QueryTest with
BeforeAndAfterAll {
sql("select b.c[0],a[0][0] from test").show(false)
}
+ test("test struct complex type with filter")
+ {
--- End diff --
move to previous line
---