You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Jordan Birdsell (JIRA)" <ji...@apache.org> on 2018/07/06 16:49:00 UTC

[jira] [Updated] (KUDU-2441) Unlike C++, Kudu Python API missing "set mutation buffer space"

     [ https://issues.apache.org/jira/browse/KUDU-2441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jordan Birdsell updated KUDU-2441:
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.8.0
           Status: Resolved  (was: In Review)

Issue resolved with commit 7177fc35992daabdb93d9920fb1cc46c1a07619a.

> Unlike C++, Kudu Python API missing "set mutation buffer space"
> ---------------------------------------------------------------
>
>                 Key: KUDU-2441
>                 URL: https://issues.apache.org/jira/browse/KUDU-2441
>             Project: Kudu
>          Issue Type: Improvement
>          Components: api, client, python
>            Reporter: Amarnath Ramamoorthi
>            Assignee: Jordan Birdsell
>            Priority: Major
>              Labels: features, newbie
>             Fix For: 1.8.0
>
>
> *Mutation buffer space* in Kudu Python API, However this feature is available in C++ like
> {code:java}
> // in C++
> session->SetMutationBufferSpace(mutationBufferSizeM); 
> {code}
> but I am looking forward for the same in python.
> [[https://github.com/apache/kudu/blob/master/python/kudu/client.pyx#L528]|http://example.com/]
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)