RatulDawar commented on code in PR #14299:
URL: https://github.com/apache/hudi/pull/14299#discussion_r2565965257


##########
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:
   Also @yihua  the purpose of this was to make this repo the source of truth 
of trino-hudi-plugin. I wanted your opinion on how to to it. What I want to 
achieve is that the original trino repo imports from the master of this branch. 
   Can we discuss the best way to this ? 



-- 
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]

Reply via email to