[
https://issues.apache.org/jira/browse/CARBONDATA-3553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacky Li resolved CARBONDATA-3553.
----------------------------------
Fix Version/s: 2.0.0
Resolution: Fixed
> Support SDK Writer using existing schema file
> ---------------------------------------------
>
> Key: CARBONDATA-3553
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-3553> Project: CarbonData
> Issue Type: Improvement
> Components: core, spark-integration
> Reporter: Zhi Liu
> Priority: Major
> Fix For: 2.0.0
>
> Time Spent: 4h 40m
> Remaining Estimate: 0h
>
> Sometimes, user need to build SDK writer with schema file, rather than with scheme object. It's will be easier to use.
> {code}
> val writer = CarbonWriter.builder.outputPath(...).withSchemaFile("/default/test/Metadata/schema").withCsvInput().build()
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)