gohalo commented on issue #126: URL: https://github.com/apache/hudi-rs/issues/126#issuecomment-2370295680
The panic is because of unhandled Result, with `await?` or `unwrap()`. Just think it's ok for empty result instead of some error, which act different like spark or flink. As you said, maybe we could solve with schema evolution feature. -- 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]
