Andrii Rosa
Andrii Rosa
## Description Treat such scans as scans over non partitioned tables without applying partition pruning. This is needed to avoid storing too much information in HiveTableHandle. ## Non-technical explanation Allow...
## Description TODO ## Non-technical explanation TODO ## Release notes (x) This is not user-visible or docs only and no release notes are required. ( ) Release notes are required,...
## Description MySQL based event listener allows to log detailed information about queries running on a Trino cluster directly into a MySQL table > Is this change a fix, improvement,...
The output size was incorrectly estimated in certain cases due to a bug. This was causing flush to happen either too early or too late depending on a query shape.
``` java.io.UncheckedIOException: java.nio.file.FileSystemException: /tmp/TrinoTest3453139378186970036: failed to delete one or more files; see suppressed exceptions for details at io.trino.testing.DistributedQueryRunner.close(DistributedQueryRunner.java:611) at io.trino.util.AutoCloseableCloser.close(AutoCloseableCloser.java:52) at io.trino.testing.AbstractTestQueryFramework.close(AbstractTestQueryFramework.java:109) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at...
Resolves #26
Нету возможности выбрать один и тот же файл несколько раз под ряд. Для себя я подправил следующим образом ``` //Selecting files in the dialog (input type="file") .bind('change', function () {...
Currently if there are any convention based tests in the classpath (even when ones are not selected for execution) Tempto tries to provision TPCH dataset in HDFS. Since we are...
@cawallin @martint @maciejgrzybek Please review
Avoid creating expensive Hadoop Path objects ## Description ## Motivation and Context ## Impact ## Test Plan ## Contributor checklist - [ ] Please make sure your submission complies with...