vinothchandar commented on issue #1228: No FileSystem for scheme: abfss URL: https://github.com/apache/incubator-hudi/issues/1228#issuecomment-575924686 >The problem is a blank Hadoop Configuration is passed in in HoodieROTablePathFilter so it never picks up any settings in my hadoop environment. I think you are referring to ``` if (fs == null) { fs = path.getFileSystem(new Configuration()); } ``` the path filter is instantiated by the query engine.. and if it does not add all the configs to class path, it will be empty.. Let me triage this and move it to JIRA
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
