[GitHub] carbondata pull request #1412: [CARBONDATA-1510] UDF test case added

classic Classic list List threaded Threaded
26 messages Options
12
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
GitHub user rahulforallp opened a pull request:

    https://github.com/apache/carbondata/pull/1412

    [CARBONDATA-1510] UDF test case added

    UDF is already working fine . So this PR contains only the test case  for UDF with complex data.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rahulforallp/incubator-carbondata CARBONDATA-1510

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/carbondata/pull/1412.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1412
   
----
commit 3d184cacdd0127349c1eb3bbeef8a766b8b91877
Author: rahulforallp <[hidden email]>
Date:   2017-10-12T13:18:14Z

    [CARBONDATA-1510] UDF test case added

----


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1412
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/437/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1412
 
    Build Failed with Spark 1.6, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/312/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1412
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/1066/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1412
 
    Build Success with Spark 1.6, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/315/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1412
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/440/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1412
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/1069/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1412#discussion_r145858244
 
    --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/udf/TestUdf.scala ---
    @@ -0,0 +1,103 @@
    +package org.apache.carbondata.spark.testsuite.udf
    +
    +import org.apache.spark.sql.Row
    +import org.apache.spark.sql.test.util.QueryTest
    +import org.apache.spark.sql.types.{DataType, StringType, StructField, StructType}
    +import org.scalatest.BeforeAndAfterAll
    +
    +class TestUdf extends QueryTest with BeforeAndAfterAll {
    --- End diff --
   
    Can you rename to mention it is for complex type UDF test?


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1412#discussion_r145858296
 
    --- Diff: integration/spark-common-test/pom.xml ---
    @@ -116,7 +116,6 @@
       </dependencies>
     
       <build>
    -    <testSourceDirectory>src/test/scala</testSourceDirectory>
    --- End diff --
   
    Is it required to remove this?


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1412
 
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/1178/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1412
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/547/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user rahulforallp commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1412#discussion_r146219697
 
    --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/udf/TestUdf.scala ---
    @@ -0,0 +1,103 @@
    +package org.apache.carbondata.spark.testsuite.udf
    +
    +import org.apache.spark.sql.Row
    +import org.apache.spark.sql.test.util.QueryTest
    +import org.apache.spark.sql.types.{DataType, StringType, StructField, StructType}
    +import org.scalatest.BeforeAndAfterAll
    +
    +class TestUdf extends QueryTest with BeforeAndAfterAll {
    --- End diff --
   
    @jackylk rename done


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user rahulforallp commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1412#discussion_r146219888
 
    --- Diff: integration/spark-common-test/pom.xml ---
    @@ -116,7 +116,6 @@
       </dependencies>
     
       <build>
    -    <testSourceDirectory>src/test/scala</testSourceDirectory>
    --- End diff --
   
    I have removed this because I have added java file . And that java file also need to be compiled.


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1412
 
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/1280/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1412
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/652/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1412
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/724/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1412
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/1361/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1412
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/807/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1412
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/1440/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1412: [CARBONDATA-1510] UDF test case added

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user rahulforallp commented on the issue:

    https://github.com/apache/carbondata/pull/1412
 
    @jackylk review comment resolved . please review and merge.


---
12