-
Here's a minimal reproducible example with `macOS Ventura 13.6.1` and `lancedb==0.3.3`
```
⚡ python3
Python 3.10.13 (main, Nov 1 2023, 17:29:04) [Clang 14.0.3 (clang-1403.0.22.14.1)] on darwin
…
-
Hi,
This may be more of a discussion, but they don't seem enabled, so this is what I think fit best. Sorry if it's not the case
I originally suggested this in the arrow repository, but so far …
-
Core idea here is that it should be valid to be a little inefficient in an incremental OTA, and do things like always use REPLACE_* when embedding magisk, when a "real" update would be copying it from…
-
hi,
I run the raxml-ng using SNP data, when i used four individuals (S1,S2,S3,S4) from one population as outgroup, they did not formed in one lineage. I used "--tree-constraint" to specify a constra…
-
When running
```
topics:
- name: topic1
partitions: 3
replication_factor: 2
- name: topic2
partitions: 3
replication_factor: 2
```
The output is
```
TAS…
-
It looks like `console` reports total lag and partitions incorrectly.
I have one consumer running in one thread consuming one topic with 10 partitions:
As you can see, `console` understands th…
-
when running the following python code:
```python
import time
import numpy as np
import pyarrow as pa
import lancedb
import lance
from lance.vector import vec_to_table
NDIMS = 1536
BA…
-
This test example was taken from test/dask/test_random_forest.py and modified to scale the number of samples and number of estimators with increase in number of gpus.
```
import cudf
import dask_cu…
-
https://programming-dp.com/ch7.html#sample-and-aggregate
-
**_Tips before filing an issue_**
- Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)?
- Join the mailing list to engage in conversations and get faster support at dev-subscri…