-
what does the 'file' refer to and what it should be?
thank you.
-
To start with, my intention is to use Realm SDK only (no sync, no MongoDB).
I've already got a large dataset supported by JSON schema and I'd like to convert it into a Realm object schema program…
-
I am investigating recent failures in the integration test (https://github.com/JuliaGeo/CommonDataModel.jl/actions/runs/10672550987). The error is reproducible, when I install the current main version…
-
# ❓ Questions & Help
What is the preferred way of generating predictions from a trained `Encoder` from a `TwoTowerModelV2`? There seem to be at least two ways of doing that, with apparently huge pe…
-
I'm using Groot with a pretty large provided data set (~100,000 objects with relationships). Some entities only have ~100 objects but the larger ones have around 30,000. Right now it's taking a long…
-
I'm submitting this issue after [a short discussion on Twitter](https://twitter.com/zcorpan/status/1339544935775793153) with @zcorpan today.
I think we should change the rules of escaping a string …
-
> org.apache.spark.SparkException: Task not serializable
at org.apache.spark.util.StarryClosureCleaner$.ensureSerializable(StarryClosureCleaner.scala:46) ~[classes/:2.3.1]
at org.apache.spark.util…
-
I can't seem to figure out how to resolve object references in a migration method if PreserveReferencesHandling was turned on during serialization. In that case the migrating object's JObject data may…
-
Hello~
I'm working in an environment which is heavilly bottlenecked by HDD read speeds. Specifically, reading sharded data from an HDD. As expected, the best performance is achieved using a single …
-
Here are the minimal steps that can be used to reproduce this issue on Windows
- Execute following code and copy the path of variable `n`
```
using JuliaDB
t = table([1,2,3,4], [1,2,3,4], chunks…