Jacob Marble

Results 32 comments of Jacob Marble

@e-dard please clarify. To me, "create archives directly off of the source files" implies locking up the live data for a much longer window of time compared to creating hard...

Ah, local backups are different, yes. I'm still unclear re why we wouldn't create hard links, but I agree that avoiding the TCP layer locally would help.

One more thing: with this change, I can build and run AppGrid on my M1 MBP with MacOS 12.3, and Activity Manager indicates the process kind is "Apple" instead of...

FYI active work on this issue: https://github.com/influxdata/jaeger/tree/influxdb Today, this branch works with InfluxDB 2.0 alpha. It works today, but I won't open a PR until we've used it ourselves for...

FYI we have moved our active work to a new repo, which uses the gRPC framework: https://github.com/influxdata/jaeger-influxdb

Should be public now. On Fri, May 10, 2019 at 5:06 PM JuanPablo wrote: > @jacobmarble is the repo available? I > got 404 > > — > You are...

@MattBoatman I'm not sure why you got a 404. Related, that repository will be archived in the next few months, as its replacement stabilizes. A new InfluxDB storage engine is...

@desingho I figured this out recently: ```python import delta_sharing rest_client = ... table = delta_sharing.Table( share='share-name', schema='schema-name', name='table-name') predicateHints = ('a >= 7', 'a < 10') data = delta_sharing.delta_sharing.DeltaSharingReader( table=table,...

The file URLs returned by [`Read Data from a Table`](https://github.com/delta-io/delta-sharing/blob/v0.6.3/PROTOCOL.md#read-data-from-a-table) are intended to be fetched with a simple HTTP GET request. It shouldn't be necessary to add anything special for...

@Jayclifford345 I squashed this PR into one commit, and created new PR #283 . WDYT?