Github user ravipesala commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1671#discussion_r157337026
  
    --- Diff: 
integration/spark-common-test/src/test/scala/org/apache/carbondata/integration/spark/testsuite/preaggregate/TestPreAggregateTableSelection.scala
 ---
    @@ -46,7 +38,7 @@ class TestPreAggregateTableSelection extends QueryTest 
with BeforeAndAfterAll {
         sql("create datamap agg6 on table mainTable using 'preaggregate' as 
select name,min(age) from mainTable group by name")
         sql("create datamap agg7 on table mainTable using 'preaggregate' as 
select name,max(age) from mainTable group by name")
         sql("create datamap agg8 on table maintable using 'preaggregate' as 
select name, sum(id), avg(id) from maintable group by name")
    -    sql(s"LOAD DATA LOCAL INPATH 
'$resourcesPath/measureinsertintotest.csv' into table mainTable")
    +    sql(s"LOAD DATA LOCAL INPATH 'D:/measureinsertintotest.csv' into table 
mainTable")
    --- End diff --
    
    Provide proper csv path


---

Reply via email to