Re: WebUI not saving changes to storage plug-ins configuration

2020-02-17 Thread Paul Rogers
Hi Sean, I poked around in the source code. Drill has something called a "plugin registry" that holds plugin definitions. This code is case insensitive, but should preserve name case. Also, Drill uses a "CaseInsensitivePersistentStore" to write to the local file system in embedded mode. This

Re: Re: Requesting json file with schema

2020-02-17 Thread userdrill.mail...@laposte.net.INVALID
Hi, For our particular case here, we just want to prepare a dataset (in Parquet Format) which will be reused by different users. And we don't know what they will do with it. So we prefer define the subparts with different definition just as text to let the final user do what he want we the