Patrick U
Patrick U
Hi @zhicwu, I tried to supply `null` but this error comes up when we run `addBatch()`. This uses the same table from above. ``` Exception in thread "main" java.lang.NullPointerException at...
Thank you, I just tested this with `[DateTime, Date, Date32]` and they are fine. Looks like the only one impacted by the error is `DateTime64`
Okay, I'll play around with TabSeparated format when I have more bandwidth. In the meantime, to get past the issue of associating `NULL` with a column's default value... Before I...
### Remediation #### Option 1 Perform only 1 request depending on the value of **permanent**. ```python def delete_subject(self, subject_name, permanent=False): """ Deletes the specified subject and its associated compatibility level...
Related to #1029 @slominskir
Right, for the SchemaRegistryError object, we can opt for **_error_code_** instead of **_http_status_code_**. This will allow us to only continue if we encountered the below exception. (when SR code ==...
[clabot:check]
Ready to be reviewed @edenhill @mhowlett