-
### Backend
VL (Velox)
### Bug description
[Expected behavior] and [actual behavior].
spark vanilla execute tpcds tt ( executor 4 tpcds 99 queries same time)test mode pass and no error report;
##…
-
Following the [Getting Started guide for SQL](https://ignite.apache.org/docs/latest/quick-start/sql) I got everything to work
Following the [Getting Started guide for Java](https://ignite.apache.or…
-
"In session consistency, within a single client session reads are guaranteed to honor the consistent-prefix, monotonic reads, monotonic writes, read-your-writes, and write-follows-reads guarantees." h…
lemmy updated
2 years ago
-
I get an IndexOutOfBoundsException when trying to run JLama in a Docker environment on my Macbook M1, and there seems to be very little documentation on how to implement this properly.
Is there a …
-
jlama chat tjake/Llama-3.2-1B-Instruct-Jlama-Q4 --auto-download
NOTE: Picked up JDK_JAVA_OPTIONS: --add-modules jdk.incubator.vector --enable-preview
WARNING: Using incubator modules: jdk.incubato…
-
### What is the problem the feature request solves?
I'm running the 1TB TPCDS benchmark over Comet and Vanilla Spark.
I'm running on a 48Core 186G RAM machine
Here's my config:
```
/localhdd/…
-
Let `A` be a module that EXTENDS module `B` that happens to be in a library `L`. Library `L` is added to TLC's classpath in `Tlaplus > Java: Options`. Ordinary model-checking works fine. However, s…
lemmy updated
4 years ago
-
Introduce metrics into the evitaDB. The servlet for metric should start as separate API on different port (or part of a system API). Although we are used to Prometheus API, we should analyze different…
novoj updated
5 months ago
-
Hudi CLI conf is hard coded to /opt/hudi/packaging/hudi-cli-bundle/conf/hudi-defaults.conf
A clear and concise description of the problem.
**To Reproduce**
Steps to reproduce the behavior:
…
-
This code compiles without an error even though it should fail due to compileTimeOnly:
```scala
trait T1 {
@compileTimeOnly("oops!") def foo = 42
}
trait T2 extends T1 {
def bar = super.foo
…