You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2021/10/25 15:53:55 UTC

[beam] branch master updated (1f08d1f -> 43d3b90)

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 1f08d1f  Fixing BigQueryIO request too big corner case for streaming inserts (#15067)
     add 43d3b90  Merge pull request #15772 from [BEAM-13032] [Playground] Implement the Log service

No new revisions were added by this update.

Summary of changes:
 playground/backend/go.mod                          |   1 +
 playground/backend/go.sum                          | 410 ++++++++++++++++++--
 .../internal/logger/cloud_logging_handler.go       |  88 +++++
 playground/backend/internal/logger/handler.go      |  53 +++
 playground/backend/internal/logger/logger.go       | 121 ++++++
 playground/backend/internal/logger/logger_test.go  | 422 +++++++++++++++++++++
 6 files changed, 1059 insertions(+), 36 deletions(-)
 create mode 100644 playground/backend/internal/logger/cloud_logging_handler.go
 create mode 100644 playground/backend/internal/logger/handler.go
 create mode 100644 playground/backend/internal/logger/logger.go
 create mode 100644 playground/backend/internal/logger/logger_test.go