Can Güney Aksakalli

Results 11 issues of Can Güney Aksakalli

I am using the [Delta Lake connector](https://trino.io/docs/current/connector/delta-lake.html) for reading existing delta tables in s3 exclusively. When I run a create table statement, I expect to already have an existing transaction...

Fixing https://github.com/trinodb/trino-python-client/issues/165 issue.

* Docker version 17.05.0-ce (for arm) * EMQ Version v2.2-rc.1 Hello, I am running docker in swarm mode and want to deploy a MQTT cluster. I decided to create one...

enhancement

It would be very nice to support [the pickle input format](https://graphite.readthedocs.io/en/latest/feeding-carbon.html#the-pickle-protocol). This can be easily implemented using some pickle serializer for Java. Besides, all similar backends support this feature.

I ran pdf_reports in `Docker` My `Dockerfile`: ``` FROM continuumio/miniconda3 RUN apt-get update --fix-missing \ && apt-get install -y \ build-essential \ libcairo2 \ libpango-1.0-0 \ libpangocairo-1.0-0 \ libgdk-pixbuf2.0-0 \...

I am following the [README](https://github.com/bitsondatadev/trino-getting-started/blob/main/hive/trino-minio/README.md) instructions for Hive connector. I am getting `Query 20220527_145544_00002_b3ih3 failed: Failed connecting to Hive metastore: [hive:9083]` error for the latest Trino version `380`.

## Summary This fixes the following warning we get for `chart_studio`: ``` /opt/conda/lib/python3.8/site-packages/chart_studio/tools.py:290: SyntaxWarning: "is" with a literal. Did you mean "=="? if share_key is "": ``` We should be...

P2
community
fix

I think it was intended to create multiple carbon-cache in the same image: https://github.com/nickstenning/docker-graphite/blob/3588ba73cf115c15e3de123d9da41b6289cf1a37/carbon.conf#L79 but these server1-3 are never spawned. Should the `carbon.conf` should be change to [this](https://github.com/graphite-project/carbon/issues/632#issuecomment-284453880).