Egor Riashin
Egor Riashin
We've got continuous issues with that bug (two critical nodes becoming leaders simultaneously begin to damage the work of each other), and I would like this work to be continued,...
@Randgalt I've actually seen 2 leaders working several minutes till I restart them. ~My guess, right now, that can happen when the leader has lost connection for a spell. For...
@Randgalt no, it doesn't recover, only a restart helps.
Added https://github.com/cartershanklin/csv-to-orc/pull/2 ``` cat 1.csv time,tag,number 2018-07-09T21:00:00Z,"a",2 2018-07-09T21:00:01Z,"b",3 ``` ``` java -jar target/csv-to-orc-1.0-SNAPSHOT-jar-with-dependencies.jar -i 1.csv -o 1.orc -s 'struct' -sep ',' -skipcount 1 ``` ``` bin/hive --orcfiledump -d -t 1.orc...
Thanks https://github.com/rilldata/rill/pull/4667
I also wonder.
It requires some more changes https://github.com/xitongsys/parquet-go/pull/551
The issue is more complex than I expected @djbarnwal is going to take a look
@djbarnwal I wonder if there're any updates?
That's because `toplist` query wasn't given a filter while `compare-toplist` had it. This the response from `toplist`: ``` { "meta": [ { "name": "domain", "type": "CODE_STRING", "nullable": true }, {...