[GitHub] carbondata pull request #2967: [CARBONDATA-3140]Block create like table comm...

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

[GitHub] carbondata pull request #2967: [CARBONDATA-3140]Block create like table comm...

qiuchenjian-2
GitHub user akashrn5 opened a pull request:

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

    [CARBONDATA-3140]Block create like table command in carbon

    ### Why this PR?
    when like table is created using carbon table as source table, and the new table is dropped, it deletes the source table in spark-2.1 and works fine in other. Blocking the create like command for carbon table
   
   
    Be sure to do all of the following checklist to help us incorporate
    your contribution quickly and easily:
   
     - [ ] Any interfaces changed?
     
     - [ ] Any backward compatibility impacted?
     
     - [ ] Document update required?
   
     - [ ] Testing done
            Please provide details on
            - Whether new unit test cases have been added or why no new tests are required?
            - How it is tested? Please attach test report.
            - Is it a performance related change? Please attach the performance test report.
            - Any additional information to help reviewers in testing this change.
           
     - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   


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

    $ git pull https://github.com/akashrn5/incubator-carbondata like

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

    https://github.com/apache/carbondata/pull/2967.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 #2967
   
----
commit cc8dbbf337976bae9e3a4a43b317c853b783fcff
Author: akashrn5 <akashnilugal@...>
Date:   2018-11-30T10:31:34Z

    Block create like table command in carbon

----


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

[GitHub] carbondata pull request #2967: [CARBONDATA-3140]Block create like table comm...

qiuchenjian-2
Github user akashrn5 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2967#discussion_r237817147
 
    --- Diff: core/src/main/java/org/apache/carbondata/core/memory/UnsafeMemoryManager.java ---
    @@ -129,7 +129,7 @@ private synchronized MemoryBlock allocateMemory(MemoryType memoryType, String ta
           memoryBlock = MemoryAllocator.HEAP.allocate(memoryRequested);
           if (LOGGER.isDebugEnabled()) {
             LOGGER.debug(String
    -            .format("Creating onheap working Memory block (%d) with size: ", memoryBlock.size()));
    +            .format("Creating onheap working Memory block with size: (%d)", memoryBlock.size()));
    --- End diff --
   
    corrected the error message here


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

[GitHub] carbondata issue #2967: [CARBONDATA-3140]Block create like table command in ...

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

    https://github.com/apache/carbondata/pull/2967
 
    @KanakaKumar @ravipesala please review


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

[GitHub] carbondata issue #2967: [CARBONDATA-3140]Block create like table command in ...

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

    https://github.com/apache/carbondata/pull/2967
 
    Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/1815/



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

[GitHub] carbondata issue #2967: [CARBONDATA-3140]Block create like table command in ...

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

    https://github.com/apache/carbondata/pull/2967
 
    Build Failed  with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/9864/



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

[GitHub] carbondata issue #2967: [CARBONDATA-3140]Block create like table command in ...

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

    https://github.com/apache/carbondata/pull/2967
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1604/



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

[GitHub] carbondata issue #2967: [CARBONDATA-3140]Block create like table command in ...

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

    https://github.com/apache/carbondata/pull/2967
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1605/



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

[GitHub] carbondata issue #2967: [CARBONDATA-3140]Block create like table command in ...

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

    https://github.com/apache/carbondata/pull/2967
 
    Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/1816/



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

[GitHub] carbondata issue #2967: [CARBONDATA-3140]Block create like table command in ...

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

    https://github.com/apache/carbondata/pull/2967
 
    Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/9865/



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

[GitHub] carbondata issue #2967: [CARBONDATA-3140]Block create like table command in ...

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

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


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

[GitHub] carbondata pull request #2967: [CARBONDATA-3140]Block create like table comm...

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

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


---