[
https://issues.apache.org/jira/browse/CARBONDATA-3553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Zhi Liu updated CARBONDATA-3553:
--------------------------------
Description:
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}
was:
Sometimes, user need to build SDK writer with schema file, rather than with scheme object. It's will be easier to use.
val writer = CarbonWriter.builder.outputPath(...).withSchemaFile("/default/test/Metadata/schema").withCsvInput().build()
> 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
>
> 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)