-
#29427 allows mapping arbitrary collections of primitive types to JSON text columns, and #30426 allows querying them with arbitrary LINQ operators. This tracks mapping nested collections as well (e.g.…
roji updated
4 months ago
-
Hello!
#### Problem description
I recently upgraded my lightkurve to the newest version today. I went to go run a tutorial and have been getting an error indicating that numpy has no attribute flo…
-
Hi,
I tried to use parquet-carpet to read a parquet file with java record as shown below:
```java
import org.eclipse.collections.impl.list.mutable.primitive.FloatArrayList;
public record Dat…
-
Prime candidates include:
* The hash map that contains all chunks.
* The set that contains all the chunk coordinates to update.
astei updated
5 years ago
-
Dear Immutables Team, I just recently started to use your project. For me it would be great If the trove primitive collections would be supported. Dou you think this will be possible in a future relea…
-
Sometimes, one may want to pass a primitive collection into a method that takes a JCF interface. In cases like this, users must transform the primitive collection into an object collection to proceed.…
-
EFCore.PG has its own rich support for mapping primitive collections to PG arrays (and multiranges, and geometry collections...). However, users can still elect to define the store type as string, tri…
-
During the boostrap, there are many reports of errors while reading MCZ files.
```
An error happened while reading MCZ. We will fallback to another format.
Short error stack: ReadStream(Object)>…
-
Our primitive collections feature currently supports `IList` only, e.g. `HashSet` doesn't work for mapping a database primitive collection. Note that EF maps primitive collections to JSON arrays (or P…
roji updated
9 months ago
-
### Description
This issue was found in the Haystack integration. Corresponding Haystack issue: https://github.com/deepset-ai/haystack-core-integrations/issues/1172
`weaviate-client==4.9.0`
W…