Andrew Lamb
|
b3d6e3ed7b
|
fix: Implement pretty printer wity RFC3339 formatting for timestamps (#2096)
* fix: Implement pretty printer wity RFC3339 formatting for timestamps
* fix: doc strings + fmt
|
2021-07-22 17:08:27 +00:00 |
Andrew Lamb
|
4da8a16c18
|
chore: update to arrow 5.0 and master datafusion (#2049)
* chore: update to arrow 5.0 and master datafusion
* fix: Update test for change in object size
|
2021-07-19 12:49:51 +00:00 |
Andrew Lamb
|
00e735ef0d
|
chore: remove unused dependencies (#1583)
|
2021-05-29 10:31:57 +00:00 |
Raphael Taylor-Davies
|
4fcc04e6c9
|
chore: enable arrow prettyprint feature (#1566)
|
2021-05-27 10:28:14 +00:00 |
Andrew Lamb
|
14ba25f86d
|
chore: Update datafusion and use released version of arrow crates (#1546)
* chore: Update datafusion and use released version of arrow crate
* fix: Update for change in API
|
2021-05-24 15:37:22 +00:00 |
Raphael Taylor-Davies
|
b02105e47b
|
feat: construct StringDictionary from PackedStringArray (#1475)
* feat: construct StringDictionary from PackedStringArray
* chore: fix formatting
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2021-05-11 20:16:25 +00:00 |
Raphael Taylor-Davies
|
c85d1574eb
|
feat: move dictionary and bitset into arrow_utils (#1459)
* feat: move dictionary and bitset into arrow_utils
* chore: review feedback
* chore: remove redundant dictionary methods
* chore: consistent type parameter name in PackedStringArray
* chore: review comments
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2021-05-11 16:43:38 +00:00 |
Raphael Taylor-Davies
|
411cf134e9
|
refactor: explode arrow_deps (#1425)
* refactor: explode arrow_deps
* chore: workaround doctest bug
|
2021-05-05 16:59:12 +00:00 |