Nicholas Connor

Results 18 issues of Nicholas Connor

I'm not sure the preferred way to start integrating this. What came to mind is creating a `benchmarks` directory with a small CLI utility for specifying options, e.g. ``` cargo...

I received a segfault after about 3 hours of heavy concurrent inserts. The workload was 8 threads reading parquet files using the parquet crate and doing inserts into the default...

bug

Title says it all. I would love to try the library out but think I require `ParquetReader`'s `InputFile` constructor. From looking around, it seems like only `Path` is supported.

I wasn't sure what the behavior of Suffix was. I had to dig into the source to see if it was applicable for my request (like `bytes=-100`). This should make...

https://github.com/aws-actions/aws-codebuild-run-build/compare/v1.0.5...master there are inputs, including compute-type-override, that weren't included in the action.yml file at the time of the latest release see also: #95

Redis documentation https://redis.io/commands/zrangebyscore#exclusive-intervals-and-infinity Limit usage https://github.com/etaty/rediscala/blob/f25d906f9d7d79416f5f03b294c88f56296006a1/src/main/scala/redis/commands/SortedSets.scala#L20