[ 
https://issues.apache.org/jira/browse/HUDI-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17380336#comment-17380336
 ] 

Vinoth Chandar edited comment on HUDI-2151 at 11/8/21, 2:34 AM:
----------------------------------------------------------------

 -[High Priority] Row writing-

 
{code:java}
val ENABLE_ROW_WRITER_OPT_KEY: ConfigProperty[String] = ConfigProperty
 .key("hoodie.datasource.write.row.writer.enable")
 .defaultValue("false")
 .withDocumentation("When set to true, will perform write operations directly 
using the spark native " +
 "`Row` representation, avoiding any additional conversion costs."){code}


was (Author: vc):
 [High Priority] Row writing

 
{code:java}
val ENABLE_ROW_WRITER_OPT_KEY: ConfigProperty[String] = ConfigProperty
 .key("hoodie.datasource.write.row.writer.enable")
 .defaultValue("false")
 .withDocumentation("When set to true, will perform write operations directly 
using the spark native " +
 "`Row` representation, avoiding any additional conversion costs."){code}

> Make performant out-of-box configs
> ----------------------------------
>
>                 Key: HUDI-2151
>                 URL: https://issues.apache.org/jira/browse/HUDI-2151
>             Project: Apache Hudi
>          Issue Type: Sub-task
>          Components: Code Cleanup, Docs
>            Reporter: Vinoth Chandar
>            Assignee: sivabalan narayanan
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 0.10.0
>
>
> We have quite a few configs which deliver better performance or usability, 
> but guarded by flags. 
>  This is to identify them, change them, test (functionally, perf) and make 
> them default
>  
> Need to ensure we also capture all the backwards compatibility issues that 
> can arise



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to