Piotr Findeisen

Results 115 issues of Piotr Findeisen

https://github.com/trinodb/trino/actions/runs/8310657389/job/22743572300?pr=21101 ``` Error: io.trino.plugin.hive.TestHiveConnectorTest.testShowTablesLike -- Time elapsed: 0.175 s

bug
Flaky Tests

In Phoenix connector, the metadata is a singleton https://github.com/trinodb/trino/blob/d67576ee6aa9bc93b323122d645fa333316a31b7/plugin/trino-phoenix5/src/main/java/io/trino/plugin/phoenix5/PhoenixClientModule.java#L131 the `PhoenixMetadata` class extends `DefaultJdbcMetadata` and the latter has a mutable, transaction-scoped field `rollbackAction` https://github.com/trinodb/trino/blob/9a64d36bd83e49b8206df7ba1fa761b431e15b18/plugin/trino-base-jdbc/src/main/java/io/trino/plugin/jdbc/DefaultJdbcMetadata.java#L120 Thus, the `PhoenixMetadata` singleton cannot be...

bug
correctness

I want to copy a large installation archive into a container using `GenericContainer#withCopyFileToContainer` Since the process runs with certain ("reasonable") `-Xmx`, it hits a limit: ``` Caused by: java.lang.OutOfMemoryError: Java...

resolution/acknowledged

cla-signed
test
no-release-notes
iceberg
delta-lake
hive

reproducible with `io.trino.plugin.iceberg.IcebergQueryRunner.DefaultIcebergQueryRunnerMain#main` ``` CREATE MATERIALIZED VIEW mv GRACE PERIOD INTERVAL '3' SECOND AS SELECT CURRENT_TIMESTAMP t FROM nation WHERE nationkey=1; REFRESH MATERIALIZED VIEW mv; TABLE mv; t --------------------------------------- 2024-06-27...

bug
correctness

### Describe the bug I have a branch that I pushed and deleted locally. I can reference it using `origin/branch-name`. `gh pr create --dry-run` works with `origin/branch-name` reference, but same...

bug
p3
gh-pr

### Describe the bug When `gh run rerun --failed` is invoked on a workflow that did not complete yet (and thus is not re-runnable at least in the web UI),...

bug
p3
help wanted
gh-run

According to the code https://github.com/cli/cli/pull/9079#discussion_r1636543951, `bucket` field is probably better for filtering than `status`, but is not self-explanatory. Provide some form of docs saying what it is and how to...

needs-triage

This is currently the latest Java LTS version, so we should support building with it.

spark
parquet
core
flink
INFRA
docs
build
hive