Grzegorz Kołakowski
Grzegorz Kołakowski
## Description Currently, in order to run performance benchmarks one need to create the infrastructure manually. This PR adds Terraform scripts which do that automatically for AWS and GCP. ##...
## Feature request ### Overview Recently, Delta performance benchmarks have been enabled to be run on GCP (https://github.com/delta-io/delta/pull/1142). However, the input data is stored in a "requester pays" S3 bucket,...
When we define a multi-line macro, such as: ``` 6: #define THREE 1 \ 7: + \ 8: 2 ``` we could expect that calling token.getLine() for Token representing number...
## Description This PR is a follow-up of https://github.com/delta-io/delta/pull/1179, which added terraform for benchmarks infrastructure deployment. This PR, in turn, enables to run TCPDS performance benchmarks on AWS EKS. Please...
## What was changed Added support for `SQL_TLS*` properties in schema jobs (`server-job.yaml`). ## Why? Currently, when PostgreSQL database is secured with TLS, schema jobs are not properly configured. In...
I'm trying to run a simple example of `Tree` on JupyterLab. ``` from ipytree import Node, Tree t = Tree() t.add_node(Node("test")) t ``` But all I get is `Error displaying...
## What is the purpose of the change Currently, MATCH_RECOGNIZE completely ignores the ORDER BY clause in batch mode: the events are processed in the order they come which makes...
https://issues.apache.org/jira/browse/FLINK-30702
The PR adds Elasticsearch dialect. Important facts: * `x-pack-sql-jdbc` dependency is on Elastic license which is not compatible with Apache license. Therefore: * `x-pack-sql-jdbc` has `provided` scope. * appropriate note...
When using PostgreSQL JDBC Catalog an error is thrown if any of the tables has column of type `json` or `jsonb`. ``` java.lang.UnsupportedOperationException: Doesn't support Postgres type 'jsonb' yet ```...