Mārtiņš Kalvāns

Results 4 comments of Mārtiņš Kalvāns

Here is test to demonstrate: https://github.com/sisidra/scio/commit/df9e9ef5d701eb7ab1f72f6fe96100532cf9be74#diff-c3f7d7df2dcfd1a7c4a6b1e9084044eee6f2f1d4022646cb6bddc2073bebae3b

The documentation actually is poor in this regard, I noticed that. ;) It states that selecting root field will include all child fields, it does not say that child fields...

Here is example with raw BQ Storage API. There is a caveat tho - currently selecting nested field on repeated record does not seem to work. ```scala import com.google.cloud.bigquery.storage.v1._ import...

I'm not sure if this API would be great looking, but I would be happy using something like this: ``` val myListOfInputs: List[String] sc.read(myListOfInputs, TextIO_or_any_other_IO(_)) ``` I.e. first parameter is...