-
See https://github.com/GoogleCloudPlatform/datalab/issues/787
-
The pydantic avro is unable to handle module below type mentioned for `vertices`. It seems inside the list, Tuple and Union is not handled. Can you verify the same if it is supported by the module?
…
-
I have implemented the JDBC sink using JsonConverter and it is working correctly as expected. Following is my JsonConverter Schema which i am trying to publish.
```
let schema = {
schema: {
…
-
Hi @mostafa,
I have written k6 script using xk6-kafka extension for writing avro type message into one topic with 'insecureSkipTlsVerify: true'. But i was getting below error message. Please let me…
-
Hey,
is it possible to deserialize an avro message to a JSON / text format which also preserves the order of the fields as defined in the avro schema? Currently I unmarshal the avro message to an `in…
-
It currently appears that predicate pushdown isn't applied before calculating what Parquet files are included in scanning the table's data.
The AVRO manifest files include statistics about each Par…
-
I'm try to connect plaintext connection but the client auto redirect the ssl protocol which leading something wrong:
```log
[2023-03-03T10:23:23Z ERROR pulsar::connection] connection error, not ret…
-
Hi Max,
I want to convert my XML into csv file. I am using your NiFi template. But after NiFi processed XML, it puts all records in one row.
When i extract below xml parts from our xml file convert…
-
```
// avro
private java.lang.String chromosome;
private java.lang.String stain;
private java.lang.String name;
private java.lang.Integer start;
private java.lang.Integer end;
``…
-
Hi Mike,
As [requested](https://issues.apache.org/jira/browse/AVRO-457?focusedCommentId=15105964&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15105964), I'm posting t…