Noble Paul
Noble Paul
Can we just commit the `ClusterSingleton` as one PR please? `Scheduler` and `ClusterSingleton` doesn't have to go in together
I don't really know what purpose is solved by this annotation. If it is for documentation purpose, this may make sense. But, there are a million other places where the...
@arafalov Can I see an example of how a user would use this?
> At the point, the schema is created (based on all data) but nothing is actually indexed; the user can review and adjust the schema without any issues How do...
>Strong words there "worse than useless", especially considering that this - to me - seems a strong improvement on the current schemaless mode as it looks at more values and...
I recommend a new request handler such as `/update/guess-schema` This way we do not need to add any new functionality, nor do we need to pass any extra params ```...
> Which version of Java were you testing this with? java 11 > I suspect that we want to de-duplicate the keys but not the values? Do the values repeat...
@madrob I'm testing with a modified code that uses a weakmap interner and the results are better
@madrob any idea why the gradle precommit is failing ? it doesn't fail for me locally.