Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BEAM-9682] Move existing Go SDK katas fixed time window lesson into windowing section #13008

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion learning/katas/go/core_transforms/section-info.yaml
Expand Up @@ -28,4 +28,3 @@ content:
- additional_outputs
- branching
- composite
- windowing

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions learning/katas/go/course-info.yaml
Expand Up @@ -27,3 +27,4 @@ content:
- core_transforms
- common_transforms
- io
- windowing
2 changes: 1 addition & 1 deletion learning/katas/go/course-remote-info.yaml
@@ -1,2 +1,2 @@
id: 70387
update_date: Wed, 30 Sep 2020 15:51:15 UTC
update_date: Wed, 30 Sep 2020 15:56:05 UTC
Expand Up @@ -16,8 +16,8 @@
package main

import (
"beam.apache.org/learning/katas/core_transforms/windowing/windowing/pkg/common"
"beam.apache.org/learning/katas/core_transforms/windowing/windowing/pkg/task"
"beam.apache.org/learning/katas/windowing/fixed_time_window/fixed_time_window/pkg/common"
"beam.apache.org/learning/katas/windowing/fixed_time_window/fixed_time_window/pkg/task"
"context"
"github.com/apache/beam/sdks/go/pkg/beam"
"github.com/apache/beam/sdks/go/pkg/beam/log"
Expand Down
@@ -0,0 +1,2 @@
id: 1605362
update_date: Sat, 03 Oct 2020 19:31:13 UTC
Expand Up @@ -16,8 +16,8 @@
package test

import (
"beam.apache.org/learning/katas/core_transforms/windowing/windowing/pkg/common"
"beam.apache.org/learning/katas/core_transforms/windowing/windowing/pkg/task"
"beam.apache.org/learning/katas/windowing/fixed_time_window/fixed_time_window/pkg/common"
"beam.apache.org/learning/katas/windowing/fixed_time_window/fixed_time_window/pkg/task"
"github.com/apache/beam/sdks/go/pkg/beam"
"github.com/apache/beam/sdks/go/pkg/beam/testing/ptest"
"github.com/google/go-cmp/cmp"
Expand Down
Expand Up @@ -18,4 +18,4 @@
#

content:
- windowing
- fixed_time_window
@@ -0,0 +1,3 @@
id: 414186
update_date: Sat, 03 Oct 2020 19:31:08 UTC
unit: 403690
21 changes: 21 additions & 0 deletions learning/katas/go/windowing/section-info.yaml
@@ -0,0 +1,21 @@
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#

content:
- fixed_time_window
2 changes: 2 additions & 0 deletions learning/katas/go/windowing/section-remote-info.yaml
@@ -0,0 +1,2 @@
id: 150684
update_date: Sat, 03 Oct 2020 19:31:07 UTC