Reamer commented on issue #3721: [Zeppelin 4731] Ability to exclude fields from being saved in Note files URL: https://github.com/apache/zeppelin/pull/3721#issuecomment-610392801 Hi @Muhammad-ms, I think you should create a function in `ZeppelinConfiguration.java` ([list example](https://github.com/apache/zeppelin/blob/3e614e0ca47a05338e642d5cdc9e77532fc96efd/zeppelin-interpreter/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java#L654-L661)) to access your values. NOTE: `Arrays.asList(new String[0]);` should replace to `Collections.emptyList();`
---------------------------------------------------------------- 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
