Djane Luz

Results 2 issues of Djane Luz

### What happened? I have a Batch pipeline that reads data from **Firestore** and writes it to **BigQuery** ``` pipeline .apply(Create.of("myCollection")) .apply("QueryRequest", ParDo.of(new QueryRequestFn(projectId, firestoreDatabaseId))) // Creates a RunQueryRequest .apply("ReadFromFirestore",...

java
bug
P2

### What happened? I'm using **RedisIO** to read/write values on cache and it was working fine with version _2.38.0._ When I moved to version _2.39.0_ I started getting errors like:...

java
io
redis
bug
P2