hillview icon indicating copy to clipboard operation
hillview copied to clipboard

Big data spreadsheet

Results 50 hillview issues
Sort by recently updated
recently updated
newest added

we just plot the data on the range which was selected by the user.

Currently NextK uses RBTreeMap. This probably takes O(log N) for membership and finding max. We can replace it with a hashmap + priority queue, which will reduce membership time to...

Running: ./upload-data.py config-onecloud.py -d -s schema The command runs and says it's doing rsync, but it doesn't update the schema file on the servers.

![f5](https://user-images.githubusercontent.com/22631594/46866158-dfed5500-ce3d-11e8-8c4f-85ef77daaade.PNG)

bug

We ran into this when processing some traces. I'm able to reproduce this on the flights dataset with a function "row['Col1'] + row['Col2']". ca43051a-f244-4a99-87ea-76e0cd9c0bce.createColumn() java.lang.Exception: java.lang.RuntimeException: java.lang.RuntimeException: No column named...

bug
usability

We re-uploaded new data on the server, but loading the table returns the memoized result. We need a "load afresh" mechanism.