Github user ajantha-bhat commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2983#discussion_r240889074
  
    --- Diff: 
integration/spark-common-test/src/test/scala/org/apache/carbondata/integration/spark/testsuite/complexType/TestComplexDataType.scala
 ---
    @@ -39,6 +39,27 @@ class TestComplexDataType extends QueryTest with 
BeforeAndAfterAll {
           .addProperty(CarbonCommonConstants.CARBON_BAD_RECORDS_ACTION, 
badRecordAction)
       }
     
    +  test("test Projection PushDown for Array - String type when Array is 
Empty") {
    +    CarbonProperties.getInstance()
    +      .addProperty(CarbonCommonConstants.CARBON_BAD_RECORDS_ACTION, "FAIL")
    --- End diff --
    
    Take a previous CARBON_BAD_RECORDS_ACTION property as backup and set it 
back after this test case, else it affects other test suites


---

Reply via email to