commit | 6353024a8a2698801724f781e7e7704eaa997005 | [log] [tgz] |
---|---|---|
author | Indhumathi27 <indhumathim27@gmail.com> | Tue Dec 31 14:31:44 2019 +0530 |
committer | Jacky Li <jacky.likun@qq.com> | Sun Jan 19 12:04:28 2020 +0800 |
tree | f0788a21b6417485b777c220f7d8b581384b74f3 | |
parent | 3d88685757b4f5eef330bc543e0d8d20f70bb8df [diff] |
[CARBONDATA-3645] BadRecords are inserted as NULL when column is of complex data type and BAD_RECORDS_ACTION is IGNORE Why is this PR needed? In case if BAD_RECORDS_ACTION is IGNORE, Carbon should skip those bad records while loading. But in case of Complex data type, badrecords are inserted as NULL. Here, badRecordAdded flag is not set, from second BadRecord found,since message is already added to columnMessageMap for first found BadRecord. What changes were proposed in this PR? Set badRecordAdded flag, if badRecord is found. Does this PR introduce any user interface change? No Is any new testcase added? Yes This closes #3551
Apache CarbonData is an indexed columnar data store solution for fast analytics on big data platform, e.g.Apache Hadoop, Apache Spark, etc.
You can find the latest CarbonData document and learn more at: http://carbondata.apache.org
CarbonData file format is a columnar store in HDFS, it has many features that a modern columnar format has, such as splittable, compression schema ,complex data type etc, and CarbonData has following unique features:
CarbonData is built using Apache Maven, to build CarbonData
This is an active open source project for everyone, and we are always open to people who want to use this system or contribute to it. This guide document introduce how to contribute to CarbonData.
To get involved in CarbonData:
Apache CarbonData is an open source project of The Apache Software Foundation (ASF).