yihua commented on code in PR #14299:
URL: https://github.com/apache/hudi/pull/14299#discussion_r2569899801
##########
hudi-trino-plugin/src/main/java/io/trino/plugin/hudi/HudiModule.java:
##########
@@ -59,7 +58,6 @@ public void configure(Binder binder)
configBinder(binder).bindConfig(HudiConfig.class);
-
binder.bind(boolean.class).annotatedWith(TranslateHiveViews.class).toInstance(false);
Review Comment:
cc @voonhous @vamsikarnika
I think it requires more thoughts on how to let the OSS Trino repo use the
connector code here. I agree that there should only one place the Hudi
connector code is maintained. Ideally, that single place should be the OSS
Trino repo.
--
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]