Commit f4e1c334 authored by 4ast's avatar 4ast Committed by GitHub

Merge pull request #1686 from iovisor/yhs_dev

fix python3 py_test_histogram failure
parents 22ea950f 9357f35c
......@@ -313,7 +313,7 @@ class TableBase(MutableMapping):
slot = getattr(k, f2)
vals[slot] = v.value
buckets = tmp.keys()
buckets = list(tmp.keys())
if bucket_sort_fn:
buckets = bucket_sort_fn(buckets)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment