Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add temp workaround for upstream pylint bug | Jeff Widman | 2018-10-26 | 1 | -1/+3 |
| | | | | Temporarily workaround https://github.com/PyCQA/pylint/issues/2571 so that we can stop pinning `pylint`. | ||||
* | Update remote urls: snappy, https, etc | Jeff Widman | 2018-10-22 | 1 | -2/+2 |
| | | | | | Snappy URL was outdated. Similarly, many of these sites now support https. | ||||
* | Add DefaultRecordBatch implementation aka V2 message format parser/builder. ↵ | Taras Voinarovskyi | 2017-10-25 | 1 | -0/+143 |
(#1185) Added bytecode optimization for varint and append/read_msg functions. Mostly based on avoiding LOAD_GLOBAL calls. |