Cody Koeninger
Cody Koeninger
what about list with metadata?
getWithMetadata in a worker has the same available return types for the value as get does, ie text. arraybuffer, etc. It's a little different when we're dealing with standard out...
probably better to re-open on https://github.com/cloudflare/wrangler2
Local tests run in node. Node does not implement the fetch api. There are a number of packages for mocking the fetch api, jest-fetch-mock has typescipt definitions https://www.npmjs.com/package/jest-fetch-mock#to-setup-for-an-individual-test Here's an...
@threepointone I think you're better off discussing this internally rather than on a github issue. AFAIK github app integrations are an organization-wide setting; I have admin rights on this particular...
I think this is a reasonable feature request, but regarding "one wrong click in e.g. the namespace UI," deletion of namespaces in the UI requires typing in the name of...
I don't have an example, have you tried converting to / from RDD? e.g. calling .rdd https://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.sql.Dataset or https://spark.apache.org/docs/latest/sql-getting-started.html#interoperating-with-rdds
Can you share a stacktrace? On Wed, Oct 10, 2018 at 5:16 AM amolahinge wrote: > > hi, > We are managing offsets externally in HBase. We haven't enabled spark...
I'm not 100% clear on what you're describing. But unless you're atomically storing your offsets in elasticsearch in the same document as the corresponding results, you shouldn't expect atomic batches....
Even if that happens, can you not restart from the last successfully saved checkpoint? On Tue, Sep 22, 2015 at 12:39 PM, tzhang101 [email protected] wrote: > Thank you very much...