Nicholas Gates

Results 144 issues of Nicholas Gates

I wanted to open this PR up to start a discussion around whether this would be an interesting example to include in this repository, and/or whether it might be worth...

I’m looking to store DataFrames as sparse arrays using TileDB but have a few questions about performance. Provided my query intercepts only a single fragment, everything seems nice and fast....

My own motivation for this comes from modelling labelled dimensions with dictionary encoding. e.g. I have labels A: 0, B: 1, C: 2. When slicing an array for label B...

It's not clear to me what this check is trying to do. For signed types, the tile extent is greater than the numeric limits max, but for unsigned types, this...

There's an example in the docs of how consolidation can somewhat approximate LSM trees. It would be helpful when operating in such a mode (consolidating after every write) to define...

With only empty strings `auto size = s1.size() + s2.size();` is zero, which results in an exception when fetching the array_fragments or fetching the nonempty domain, unfortunately making the array...

https://github.com/bartdag/py4j/blob/216432d859de41441f0d1a0d55b31b5d8d09dd28/py4j-python/src/py4j/java_gateway.py#L222 Currently defaults to "java", which means the logic for looking at JAVA_HOME is not hit by default. Seems odd for clients to specify `java_path=None` to get the nice behaviour...

bug

https://errorprone.info/bugpattern/ReturnMissingNullable

## What happened? I have a constructor that accepts a Foo, where Foo implements/extends Bar. My class only uses methods from Bar though, so the argument it accepts is overly...

What did you want to happen? * Latch#await() -> Latch#await(duration) * Future#get() -> Future#get(duration) * etc.