Umesh Dangat
Umesh Dangat
Seems like this is an issue when trying to retrieve multivalued doc values in expressions. Lucene Bindings base class is somewhat limited in that it can return DoubleValuesSource which support...
Current code should already handles multiple contexts. So using above example we should be able to set contexts like so in our client ``` suggestLookupBuilder.addContexts("restaurant"); suggestLookupBuilder.addContexts("cafes"); ``` Underneath it would...
Thanks for looking into the code and experimenting with nrtsearch. Below is my initial attempt to try to answer your questions 1. Correct, there is no communication between replicas. They...
I was trying to test consuming debezium avro data using this branch. I found that it needed support for some complex types. I made changes here: https://github.com/harveyyue/incubator-paimon/pull/1/files Not sure if...
@yuzelin @harveyyue checking in to see if this is going to be picked up soon?
Yes we do intend to open source a version of the k8s operator that we are currently using internally at Yelp. However we do not have a definitive timeline when...
@sarthakn7 I was not able to reproduce either of the behavior you mention above. These are the steps I tried to reproduce the scenarios you mention: Replica _Start JVM_ JAVA_OPTS="-Xms16g...
1 ensures that we delete all local state and index data. 2 ensures we get the state back (names of indexes previously backed up/committed) Both 3 for primary and replica...
Closing this PR as the changes here are merged via #4246
I was writing a custom flink cdc source connector. Input data has complex nested types. That is how I ran into the issue of BinaryRecordData not supporting complex types such...