-
When creating and inverted index in a large MV column (3000 integer values on average) from a parquet file with many rows (2 million rows) I get a `SIGSEV` error:
```
#
# A fatal error has been d…
-
Hi, We have been looking into doing query analysis in order to pin point a specific scenario and combing through server and broker logs is a difficult task. An event listener interface which enable us…
-
```
What steps will reproduce the problem?
1. Setup an application that uses Java Jersey REST API on Tomcat
2. Submit a for to a Jersey REST Service Component on Server
3. Execute reCaptcha.checkAnswe…
-
```
What steps will reproduce the problem?
1. Setup an application that uses Java Jersey REST API on Tomcat
2. Submit a for to a Jersey REST Service Component on Server
3. Execute reCaptcha.checkAnswe…
-
```
What steps will reproduce the problem?
1. Setup an application that uses Java Jersey REST API on Tomcat
2. Submit a for to a Jersey REST Service Component on Server
3. Execute reCaptcha.checkAnswe…
-
[--- Processing 90.0s of 03 - Prago Union - Dezorient express.mp3 ---]
Performing Beat Detection...
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 15
at javazoom.jl.decoder.L…
-
##### **Overview of the issue**
When Hibernate schema validation is on, the application or tests fail when an enum is used in an entity with MySQL.
##### **Motivation for or Use Case**
JH…
-
While ingesting real-time data into a single table we are periodically getting SIGSEGV fatal errors on all servers.
Context:
- Pinot 1.0.0 using MMAP loading
Table is composed of:
- a few dime…
-
### Steps to reproduce the behavior (Required)
On this page, it says how to use Flink for CDC
https://docs.starrocks.io/docs/loading/Flink-connector-starrocks/
For quick start, see [Streaming …
-
trino version 422
sql
```sql
drop table if exists test;
CREATE TABLE test( _id varchar) WITH (format = 'ORC', format_version = 2);
select _id from test FOR TIMESTAMP AS OF TIMESTAMP '2024-09-05 …