Tyler-Rendina commented on issue #2527:
URL: https://github.com/apache/hudi/issues/2527#issuecomment-2917669245
Hey! Curious on this issue, I do see the JIRA ticket is still open. Would
like to hook up to our Glue schema since columns in some batches are missing.
Also maybe I'm just missing a read option:
```python
hudi_read_options = {
"hoodie.schema.on.read.enable": "true",
"hoodie.streamer.schemaprovider.spark_avro_post_processor.enable":
"false",
"hoodie.streamer.source.hoodieincr.drop.all.meta.fields.from.source":
"true",
"hoodie.datasource.streaming.startOffset": "earliest",
"hoodie.datasource.read.incr.fallback.fulltablescan.enable": "true"
}
```
Thanks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]