Login  Register

Re: CarbonWriterBuild issue

Posted by xuchuanyin on Sep 20, 2018; 2:22pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/CarbonWriterBuild-issue-tp62361p62928.html

can you provide the full signature of these 3 API?

I’d like to call the method like this :

WriterBuilder
  .csv(CarbonSchma)
  .withXXX(…)
  .build

WriterBuilder
  .avro(AvroSchma)
  .withXXX(…)
  .build

WriterBuilder
  .json(CarbonSchma)
  .withXXX(…)
  .build