Mārtiņš Kalvāns

Results 5 issues of Mārtiņš Kalvāns

Cont for https://github.com/spotify/scio/issues/3944 ;) Current implementation supplies top level fields to the BQ Storage API even if selected field is a record with only small subset of nested fields (quite...

Current ScioIO scaladoc does not include read/write methods (https://spotify.github.io/scio/api/com/spotify/scio/io/ScioIO.html) Besides that they do not have and documentation, it would be nice at least to include them in Scaladocs as they...

A library should not contain application wide configuration. In this particular case, `log4j.properties` should not be part of `ratatool-common` project.

### What happens? Attaching to Postgres using secrets will leak secret information in logs on failure. ### To Reproduce ```sql CREATE SECRET ( TYPE postgres, PASSWORD 'MySecret' ); ATTACH ''...

### What happens? Consider query: `select endpoint from logs where endpoint like '/api/%'` It translates to following PostgreSQL queries (got from `SET pg_debug_show_queries = TRUE`): ``` BEGIN TRANSACTION ISOLATION LEVEL...