-
### Discussed in https://github.com/scalameta/metals/discussions/5775
Originally posted by **untainsYD** October 21, 2023
When I import an `sbt` build in `metals` (Linux `6.5.8-arch1-1`/`VSCod…
-
## What's the issue?
Currently, numerical values cannot be stored in columns. The reason is that numbers incorrectly end up in "shared strings" and their indexes are ending up in the cell - not the v…
-
### Bug description
When reading parquet example file [test-file-with-no-column-indexes-1.parquet](https://github.com/apache/parquet-mr/blob/master/parquet-hadoop/src/test/resources/test-file-with-no…
yma11 updated
3 months ago
-
@LarsAsplund and @umarcor, here is the discussion I promised on Gitter.
In their current form, I find the storage data structures for `string_ptr` and `integer_vector_ptr` a bit confusing. I think …
-
Hi
I'm getting an error about tbi indexing during a cactus-graphmap-join run.
I run the following command:
```
cactus-graphmap-join /cactus/jobStore --indexCores 30 --vg ${original_folder}/*H/…
-
### Links
[SAMU-230](https://mariadbcorp.atlassian.net/browse/SAMU-230)
### Patches
```diff
index 43470fdd8e9..95167f355d9 100644
--- sql/sql_parse.cc
+++ sql/sql_parse.cc
@@ -7428,6 +7428,7 …
-
Hello @MaximMoinat , @schuemie , et al.,
We have installed Usagi in a shared directory on a multi-user Linux server and imported/indexed the ATHENA files to create the `mainIndex` and `sleepyCat` s…
-
Thanks for building this and providing it to the world for free.
### Context (Environment)
Heroku
### Expected Behavior
Get some search results
### Actual Behavior
We get the standard app …
-
Transactor right now performs in place mutations, meaning that querying prior reference of the db can return different results by considering new facts that were added. This is not aligned with "datab…
-
### What happened?
I'm trying to compute masks (from DataArray's data itself) and assign them as coordinates, but it appears that depending on the combination of coords/dims of the computed masks, so…