[GitHub] carbondata pull request #2417: [WIP][Complex Column Enhancements]Primitive D...

classic Classic list List threaded Threaded
181 messages Options
12345678 ... 10
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2417: [WIP][Complex Column Enhancements]Primitive DataType...

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

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



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

[GitHub] carbondata issue #2417: [WIP][Complex Column Enhancements]Primitive DataType...

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

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



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

[GitHub] carbondata issue #2417: [WIP][Complex Column Enhancements]Primitive DataType...

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

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



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

[GitHub] carbondata issue #2417: [WIP][Complex Column Enhancements]Primitive DataType...

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

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



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

[GitHub] carbondata issue #2417: [WIP][Complex Column Enhancements]Primitive DataType...

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

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



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

[GitHub] carbondata issue #2417: [WIP][Complex Column Enhancements]Primitive DataType...

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

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



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

[GitHub] carbondata issue #2417: [WIP][Complex Column Enhancements]Primitive DataType...

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

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



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

[GitHub] carbondata issue #2417: [WIP][Complex Column Enhancements]Primitive DataType...

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

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



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

[GitHub] carbondata issue #2417: [WIP][Complex Column Enhancements]Primitive DataType...

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

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



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

[GitHub] carbondata pull request #2417: [WIP][Complex Column Enhancements]Primitive D...

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

    https://github.com/apache/carbondata/pull/2417#discussion_r200307851
 
    --- Diff: core/src/main/java/org/apache/carbondata/core/util/CarbonUtil.java ---
    @@ -3177,4 +3177,34 @@ public static void setLocalDictColumnsToWrapperSchema(List<ColumnSchema> columns
         }
         return columnLocalDictGenMap;
       }
    +
    +  public static DataType getMappingDataType(String type) {
    --- End diff --
   
    Please reuse org.apache.carbondata.core.util.DataTypeUtil#valueOf(java.lang.String)  this method.. This seems to be duplicate method


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

[GitHub] carbondata issue #2417: [WIP][Complex Column Enhancements]Primitive DataType...

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

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



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

[GitHub] carbondata issue #2417: [WIP][Complex Column Enhancements]Primitive DataType...

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

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



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

[GitHub] carbondata pull request #2417: [WIP][Complex Column Enhancements]Primitive D...

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

    https://github.com/apache/carbondata/pull/2417#discussion_r200320193
 
    --- Diff: core/src/main/java/org/apache/carbondata/core/util/CarbonUtil.java ---
    @@ -3177,4 +3177,34 @@ public static void setLocalDictColumnsToWrapperSchema(List<ColumnSchema> columns
         }
         return columnLocalDictGenMap;
       }
    +
    +  public static DataType getMappingDataType(String type) {
    --- End diff --
   
    done


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

[GitHub] carbondata issue #2417: [WIP][Complex Column Enhancements]Primitive DataType...

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

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



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

[GitHub] carbondata pull request #2417: [WIP][Complex Column Enhancements]Primitive D...

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

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


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

[GitHub] carbondata issue #2417: [WIP][Complex Column Enhancements]Primitive DataType...

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

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



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

[GitHub] carbondata pull request #2417: [WIP][Complex Column Enhancements]Primitive D...

qiuchenjian-2
In reply to this post by qiuchenjian-2
GitHub user sounakr reopened a pull request:

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

    [WIP][Complex Column Enhancements]Primitive DataType Adaptive Encoding

    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/sounakr/incubator-carbondata primitive_adaptive

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

    https://github.com/apache/carbondata/pull/2417.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 #2417
   
----
commit 546761fc2fba34b7694b9d127373ab11e792bb91
Author: ajantha-bhat <ajanthabhat@...>
Date:   2018-07-03T13:35:09Z

    backup

commit dc35518631566dc7197c64ca9866e2c0971f2322
Author: ajantha-bhat <ajanthabhat@...>
Date:   2018-07-03T17:06:49Z

    some more

commit e771e86ff0caf0ae74b3cfeea17c79de845468d8
Author: sounakr <sounakr@...>
Date:   2018-07-04T04:13:39Z

    Read

commit 14c387a518b2af904f75e30f855e4340280bbc24
Author: ajantha-bhat <ajanthabhat@...>
Date:   2018-07-04T04:52:26Z

    fix negative array size issue

commit f65742253c0322b357522a759f062502a902e361
Author: ajantha-bhat <ajanthabhat@...>
Date:   2018-07-04T07:07:01Z

    TODO: revert CCC and test case change

commit 396efbff6a1c10f0c5020836fb669a51f151db62
Author: ajantha-bhat <ajanthabhat@...>
Date:   2018-07-04T10:24:04Z

    struct of int

commit 26c32ce7d8b3266c883d2f21d9f6fe02e6370141
Author: sounakr <sounakr@...>
Date:   2018-07-04T09:38:56Z

    Safe Page Changes

commit a0c2c60af324b24bbd111b9f62a1a7acdc698982
Author: sounakr <sounakr@...>
Date:   2018-07-04T10:25:07Z

    L1

commit dfaedea96449f07fed7a36ea7f47e54b44d83cfc
Author: sounakr <sounakr@...>
Date:   2018-07-04T12:01:45Z

    Unsafe Fix Changes

commit 210c5ab733ceeafdd3bc1593995da39acb0294a7
Author: ajantha-bhat <ajanthabhat@...>
Date:   2018-07-04T12:41:43Z

    fixed array type

commit ce35af9fd9fb23e191f11d6d0f441ac9c8068147
Author: ajantha-bhat <ajanthabhat@...>
Date:   2018-07-04T15:07:15Z

    issue fixes

commit 7eed4c75ea17197c602373ceab3fb6185e1d261b
Author: ajantha-bhat <ajanthabhat@...>
Date:   2018-07-04T15:36:13Z

    unsafe issue fix

commit b244b9b62ad448c862a1fddfb19126c8e3f22dfd
Author: ajantha-bhat <ajanthabhat@...>
Date:   2018-07-04T15:51:06Z

    fix style

commit 16d4280cd021ee389e538e23bcf1f62f6e849e7b
Author: ajantha-bhat <ajanthabhat@...>
Date:   2018-07-05T02:28:09Z

    compilation fix

commit a37ee3dff7f9c43ed88d4205f72f8ebbc6a73c3a
Author: ajantha-bhat <ajanthabhat@...>
Date:   2018-07-05T02:45:06Z

    null value

commit be861f3b1c7b748605c5be3b0a55d241c5de8394
Author: ajantha-bhat <ajanthabhat@...>
Date:   2018-07-05T05:16:53Z

    refactoring changes

commit 19ec84d82e27e4ed5f23f8c12bec1b9d507e2ec6
Author: sounakr <sounakr@...>
Date:   2018-07-05T10:47:56Z

    Float DataType Support

commit f8b5b1adb21b1e42f23e30bd469730c23972ec35
Author: sounakr <sounakr@...>
Date:   2018-07-05T11:30:26Z

    Refactor

commit 2882c17552f81c821e43ccd6cda79feba7d60873
Author: ajantha-bhat <ajanthabhat@...>
Date:   2018-07-05T11:33:14Z

    clean up

commit a9e8141b48eda7cabcd4748980196b64ab2cb685
Author: sounakr <sounakr@...>
Date:   2018-07-05T15:15:38Z

    Adaptive Complex

commit 663f0296dbee80efca0fda3fe39b91d3a9ad57c4
Author: sounakr <sounakr@...>
Date:   2018-07-05T16:47:12Z

    TimeStamp Adaptive and Date Block

----


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

[GitHub] carbondata issue #2417: [WIP][Complex Column Enhancements]Primitive DataType...

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

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



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

[GitHub] carbondata issue #2417: [WIP][Complex Column Enhancements]Primitive DataType...

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

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



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

[GitHub] carbondata issue #2417: [WIP][Complex Column Enhancements]Primitive DataType...

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

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



---
12345678 ... 10