1
0

[HUDI-764] [HUDI-765] ORC reader writer Implementation (#2999)

Co-authored-by: Qingyun (Teresa) Kang <kteresa@uber.com>
This commit is contained in:
Jintao Guan
2021-06-15 15:21:43 -07:00
committed by GitHub
parent cb642ceb75
commit b8fe5b91d5
29 changed files with 2268 additions and 91 deletions

12
LICENSE
View File

@@ -333,3 +333,15 @@ Copyright (c) 2005, European Commission project OneLab under contract 034819 (ht
Home page: https://commons.apache.org/proper/commons-lang/
License: http://www.apache.org/licenses/LICENSE-2.0
-------------------------------------------------------------------------------
This product includes code from StreamSets Data Collector
* com.streamsets.pipeline.lib.util.avroorc.AvroToOrcRecordConverter copied and modified to org.apache.hudi.common.util.AvroOrcUtils
* com.streamsets.pipeline.lib.util.avroorc.AvroToOrcSchemaConverter copied and modified to org.apache.hudi.common.util.AvroOrcUtils
Copyright 2018 StreamSets Inc.
Home page: https://github.com/streamsets/datacollector-oss
License: http://www.apache.org/licenses/LICENSE-2.0