Michel Davit

Results 112 comments of Michel Davit

@regadas isn't that resolved too ?

Right, the version needs to be set. Can you share your error when using the newer version ?

Ha ok! I think the trick here is to globally disable all auto-plugins and enable only for the desired projects. Will give this a shot

@clairemcginty can you validate this again ?

See [here](https://github.com/scoverage/sbt-scoverage/issues/439) This is blocked by the usage of `sbt-site` transitivelly depending on `scala-xml` `1.0.6` from [unfiltered](https://github.com/unfiltered/unfiltered) (updated 4m ago already) and [knockoff](https://github.com/tristanjuricek/knockoff)

`site` is still working after overriding `scala-xml` version

I ran some test on dataflow with `gs://apache-beam-samples/shakespeare/kinglear.txt` input: - fixed size batch are respected - weighted batches are respected

@clairemcginty all comments should be addressed. I managed to trick the tests to get a single bundle. This ensures batching is working within the bundle

That's correct. At the moment those are not exposed in the Scio API. Both tickets have been opened after user's request, feel free to assign yourself if you want to...

@turb for parallel reading in jdbc, we have the `jdbcShardedSelect`: It takes a `shardColumn` and a `numShards` with - `shardColumn` being uniform and linear, where we can know the min...