Jurgis Pods

Results 13 issues of Jurgis Pods

Hi, I'm having trouble installing the contents of the python-hadoop subfolder as a Python module. Here is what I tried: - Clone the repository - Add the python-hadoop folder to...

The HDFS connector (version 4.1) fails after the first batch of events when writing _Avro_ messages to _Parquet_ files in HDFS in case there are nested arrays in the Avro...

Hi. First of all thank you for providing this great library which helped me a lot so far, especially when dealing with Postgres JSONB columns. I recently added a `LocalDateTime`...

In #117, a fix was made for NULL results not being returned by PandasCursor. This now work as expected: ``` > ret = conn.cursor(PandasCursor).execute("select * from (values (1), (NULL))").fetchall() >...

Evolving schemas with the Schema Registry UI usually is a fairly simple and convenient process. However, using version 0.9.4 together with Confluent Platform 4.0, the following steps lead to a...

When adding a new schema containing an enum, the validating step fails and consequently, the schema can not be added. Example schema: ``` { "type": "record", "name": "Test", "fields": [...

Hi, first of all thanks for your effort in creating different flavors of TensorFlow binaries. I am currently in the process of creating a Docker base image containing somewhat recent...

Any plans to support compatibility with Kafka Streams 2.0? I could submit a pull request, if you are interested. The changes are minor, but not backwards-compatible.

Hi, first of all: great plugin! I'm trying to use it within the context of generating case classes for objects stored in Kafka messages. I have no direct way of...