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 2016/10/05 04:23:20 UTC

[jira] [Created] (KUDU-1680) Python - Improve Write Operation Semantics

Jordan Birdsell created KUDU-1680:
-------------------------------------

             Summary: Python - Improve Write Operation Semantics
                 Key: KUDU-1680
                 URL: https://issues.apache.org/jira/browse/KUDU-1680
             Project: Kudu
          Issue Type: Sub-task
          Components: python
    Affects Versions: 1.0.0
            Reporter: Jordan Birdsell
            Assignee: Jordan Birdsell
            Priority: Minor


The current semantics for write operations are not very elegant or comfortable for Python developers.

Several options should be provided:
 - Dictionary (eg. `table.new_insert({'key': 1, 'micros': datetime.now(), 'string_val': 'test})`)
 - Tuple (eg. `table.new_insert((1, datetime.now(), 'test'))`)
 - numpy recarray?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)