Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2278 Build Failed with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/5763/ --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2278 Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/4604/ --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2278 Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/4612/ --- |
In reply to this post by qiuchenjian-2
Github user kunal642 commented on the issue:
https://github.com/apache/carbondata/pull/2278 retest this please --- |
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:
https://github.com/apache/carbondata/pull/2278 SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/4824/ --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2278 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/5771/ --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2278 Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/4617/ --- |
In reply to this post by qiuchenjian-2
Github user kumarvishal09 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2278#discussion_r187127815 --- Diff: processing/src/main/java/org/apache/carbondata/processing/loading/csvinput/CSVInputFormat.java --- @@ -281,6 +281,7 @@ public void initialize(InputSplit inputSplit, TaskAttemptContext context) Charset.forName(CarbonCommonConstants.DEFAULT_CHARSET)); CsvParserSettings settings = extractCsvParserSettings(job); + settings.setReadInputOnSeparateThread(false); --- End diff -- Why this change is required?? --- |
In reply to this post by qiuchenjian-2
Github user kumarvishal09 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2278#discussion_r187128530 --- Diff: store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonWriterBuilder.java --- @@ -468,6 +483,13 @@ private void buildTableSchema(Field[] fields, TableSchemaBuilder tableSchemaBuil } } + private void isDataTypeSupportedForCarbonWriter(DataType dataType) { --- End diff -- Change this method name as these data type is not supported for complex data type's children column --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2278 Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/4620/ --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2278 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/5778/ --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2278 Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/4623/ --- |
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:
https://github.com/apache/carbondata/pull/2278 SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/4833/ --- |
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:
https://github.com/apache/carbondata/pull/2278 SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/4834/ --- |
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:
https://github.com/apache/carbondata/pull/2278 SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/4840/ --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2278 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/5787/ --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2278 Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/4632/ --- |
In reply to this post by qiuchenjian-2
Github user kumarvishal09 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2278#discussion_r187260152 --- Diff: processing/src/main/java/org/apache/carbondata/processing/loading/csvinput/CSVInputFormat.java --- @@ -281,6 +281,7 @@ public void initialize(InputSplit inputSplit, TaskAttemptContext context) Charset.forName(CarbonCommonConstants.DEFAULT_CHARSET)); CsvParserSettings settings = extractCsvParserSettings(job); + settings.setReadInputOnSeparateThread(false); --- End diff -- This will hit data loading performance, it think better to expose one property with default value true, if user don't want in in different thread he can set this to false. I think this change is not related to Complex type please raise in separate PR --- |
In reply to this post by qiuchenjian-2
Github user kumarvishal09 commented on the issue:
https://github.com/apache/carbondata/pull/2278 LGTM --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/2278 Build Failed with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/5792/ --- |
Free forum by Nabble | Edit this page |