[
https://issues.apache.org/jira/browse/KUDU-2441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amarnath Ramamoorthi updated KUDU-2441:
---------------------------------------
Description:
*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/]
was:
*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]
> 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
> Priority: Major
> Labels: features, newbie
>
> *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)