Open an2x opened 4 days ago
Attention: Patch coverage is 0%
with 12 lines
in your changes missing coverage. Please review.
Project coverage is 45.40%. Comparing base (
b04de34
) to head (23ce31e
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...gle/cloud/teleport/v2/utils/BigQueryAvroUtils.java | 0.00% | 12 Missing :warning: |
Using Avro format with an ENUM type field in the KafkaToBigQueryFlex template currently causes the following error:
Avro FLOAT type also wasn't handled correctly, resulting in the following error:
This PR should fix both.