[GitHub] carbondata pull request #1743: [CARBONDATA-1954] HiveMetastore updated while...

classic Classic list List threaded Threaded
46 messages Options
123
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1743: [CARBONDATA-1954] [Pre-Aggregate] CarbonHiveMetastor...

qiuchenjian-2
Github user ravipesala commented on the issue:

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



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

[GitHub] carbondata issue #1743: [CARBONDATA-1954] [Pre-Aggregate] CarbonHiveMetastor...

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

    https://github.com/apache/carbondata/pull/1743
 
    LGTM


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

[GitHub] carbondata pull request #1743: [CARBONDATA-1954] [Pre-Aggregate] CarbonHiveM...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user asfgit closed the pull request at:

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


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

[GitHub] carbondata issue #1743: [CARBONDATA-1954] [Pre-Aggregate] CarbonHiveMetastor...

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

    https://github.com/apache/carbondata/pull/1743
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1410/



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

[GitHub] carbondata issue #1743: [CARBONDATA-1954] [Pre-Aggregate] CarbonHiveMetastor...

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

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



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

[GitHub] carbondata pull request #1743: [CARBONDATA-1954] [Pre-Aggregate] CarbonHiveM...

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

    https://github.com/apache/carbondata/pull/1743#discussion_r163844892
 
    --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/datamap/TestDataMapCommand.scala ---
    @@ -76,6 +78,58 @@ class TestDataMapCommand extends QueryTest with BeforeAndAfterAll {
         assert(dataMapSchemaList.get(2).getChildSchema.getTableName.equals("datamaptest_datamap3"))
       }
     
    +  test("check hivemetastore after drop datamap") {
    +    try {
    +      CarbonProperties.getInstance()
    +        .addProperty(CarbonCommonConstants.ENABLE_HIVE_SCHEMA_META_STORE,
    +          "true")
    +      sql("drop datamap if exists datamap_hiveMetaStoreTable on table hiveMetaStoreTable")
    --- End diff --
   
    where is hiveMetaStoreTable?


---
123