Ankur Dave

Results 11 issues of Ankur Dave

Integrity verification would require the following changes: 1. Construct a task DAG after a job has been submitted using Spark's EventListener API. 2. Serialize the DAG using Flatbuffers. 3. Construct...

Our previous implementation of network obliviousness using column sort was based on the old row representation (pre-Flatbuffers). There was some [work](https://github.com/TaraMirmira/opaque/tree/oblivious_sort) on porting oblivious sort to the Flatbuffers row representation,...

[PARQUET-1178](https://issues.apache.org/jira/browse/PARQUET-1178) will add efficient encryption support to Parquet. If Opaque were to support saving and loading in this format, it would be able to take advantage of Parquet's performance optimizations...

From #23: > Setting init value to zero (default for IntegerType currently) might not return valid results when data contains also negative values. > The [existing null checks](https://github.com/ucbrise/opaque/blob/80346b7085043cb9acd292514b80395bce424a74/src/main/scala/edu/berkeley/cs/rise/opaque/Utils.scala#L828) are not...

#65 adds a long delay to keep the Spark dashboard open. It would be better to have a flag for this that defaults to off.

enhancement

Possible configurations: 1. Columnar replication with sorted vertex IDs and delta compression 2. Non-columnar replication with variable-length encoding for vertex IDs

enhancement

`beancount.ops.prices` was [renamed](https://github.com/beancount/beancount/commit/5a818e4786e2dd44d062b3b41f5f077c8a6c6dd5) to `beancount.core.prices` in 2016, resulting in the following error: ``` $ python3 -m beancount_import.rename_account Traceback (most recent call last): File "/usr/local/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code,...