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)

Reply via email to