Open
Description
Having hudi special cased in presto-hive,is a recipe for trouble. Example here:
This created problems, for example the commit here 070c995 brought us hudi-presto-bundle-0.10.0 which packages classes outside of hudi scope that will trigger conflicts at runtime and/or build time with other installation of presto.
Even presto-delta inside this repository had to add an to exclude hudi-presto-bundle, unfortunately, because hudi inserts itself in critical places inside apache hive, such an approach can lead to unexpected runtime failures.
The way forward it seems to me is have a proper plugin (sub-project) for hudi's version of hive, in the meantime we'll need to revert the commit that brought us hudi-presto-bundle 0.10.0.
Metadata
Metadata
Assignees
Labels
No labels