Pritamhars

Results 2 issues of Pritamhars

type EndpointParquet struct{ Interfaces *map[string]*[]*string `parquet:"name=interfaces, type=MAP, keytype=BYTE_ARRAY, keyconvertedtype=UTF8, valuetype=BYTE_ARRAY, repetitiontype=OPTIONAL"` } lr, err := local.NewLocalFileReader(file) if err != nil { return fmt.Errorf("local reader: %w", err) } pr, err :=...

aredis version: 1.1.8 aioredis version: 1.3.1 We are getting following error related to aredis when calling " **js = await redis.spop('queue name')**". Please suggest. Observation: **spop** is the only operation...