forked from apache/beam
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix apache#33533 Beam Katas - Revert unrelated changes done by Intell…
…iJ Jetbrains Academy Plugin
- Loading branch information
1 parent
b0b51ab
commit b389bd0
Showing
134 changed files
with
1,429 additions
and
134 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
learning/katas/java/Common Transforms/Aggregation/Count/task-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
learning/katas/java/Common Transforms/Aggregation/Count/task-remote-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
id: 1076163 | ||
update_date: "Thu, 21 Apr 2022 14:23:22 UTC" | ||
update_date: Thu, 21 Apr 2022 14:23:22 UTC |
19 changes: 19 additions & 0 deletions
19
learning/katas/java/Common Transforms/Aggregation/Max/task-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
learning/katas/java/Common Transforms/Aggregation/Max/task-remote-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
id: 1076167 | ||
update_date: "Thu, 21 Apr 2022 14:23:27 UTC" | ||
update_date: Thu, 21 Apr 2022 14:23:27 UTC |
19 changes: 19 additions & 0 deletions
19
learning/katas/java/Common Transforms/Aggregation/Mean/task-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
learning/katas/java/Common Transforms/Aggregation/Mean/task-remote-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
id: 1076165 | ||
update_date: "Thu, 21 Apr 2022 14:23:24 UTC" | ||
update_date: Thu, 21 Apr 2022 14:23:24 UTC |
19 changes: 19 additions & 0 deletions
19
learning/katas/java/Common Transforms/Aggregation/Min/task-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
learning/katas/java/Common Transforms/Aggregation/Min/task-remote-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
id: 1076166 | ||
update_date: "Thu, 21 Apr 2022 14:23:25 UTC" | ||
update_date: Thu, 21 Apr 2022 14:23:25 UTC |
19 changes: 19 additions & 0 deletions
19
learning/katas/java/Common Transforms/Aggregation/Sum/task-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
learning/katas/java/Common Transforms/Aggregation/Sum/task-remote-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
id: 1076164 | ||
update_date: "Thu, 21 Apr 2022 14:23:23 UTC" | ||
update_date: Thu, 21 Apr 2022 14:23:23 UTC |
29 changes: 24 additions & 5 deletions
29
learning/katas/java/Common Transforms/Aggregation/lesson-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,25 @@ | ||
# | ||
# 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: | ||
- Count | ||
- Sum | ||
- Mean | ||
- Min | ||
- Max | ||
- Count | ||
- Sum | ||
- Mean | ||
- Min | ||
- Max |
3 changes: 2 additions & 1 deletion
3
learning/katas/java/Common Transforms/Aggregation/lesson-remote-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
id: 306173 | ||
update_date: "Fri, 07 Feb 2020 14:07:34 UTC" | ||
update_date: Fri, 07 Feb 2020 14:07:34 UTC | ||
unit: 288214 |
19 changes: 19 additions & 0 deletions
19
learning/katas/java/Common Transforms/Filter/Filter/task-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
learning/katas/java/Common Transforms/Filter/Filter/task-remote-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
id: 1076162 | ||
update_date: "Thu, 21 Apr 2022 14:23:21 UTC" | ||
update_date: Thu, 21 Apr 2022 14:23:21 UTC |
19 changes: 19 additions & 0 deletions
19
learning/katas/java/Common Transforms/Filter/ParDo/task-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
learning/katas/java/Common Transforms/Filter/ParDo/task-remote-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
id: 1076161 | ||
update_date: "Thu, 21 Apr 2022 14:23:20 UTC" | ||
update_date: Thu, 21 Apr 2022 14:23:20 UTC |
23 changes: 21 additions & 2 deletions
23
learning/katas/java/Common Transforms/Filter/lesson-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
# | ||
# 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: | ||
- ParDo | ||
- Filter | ||
- ParDo | ||
- Filter |
3 changes: 2 additions & 1 deletion
3
learning/katas/java/Common Transforms/Filter/lesson-remote-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
id: 306172 | ||
update_date: "Fri, 07 Feb 2020 14:07:26 UTC" | ||
update_date: Fri, 07 Feb 2020 14:07:26 UTC | ||
unit: 288213 |
19 changes: 19 additions & 0 deletions
19
learning/katas/java/Common Transforms/WithKeys/WithKeys/task-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
learning/katas/java/Common Transforms/WithKeys/WithKeys/task-remote-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
id: 1076168 | ||
update_date: "Thu, 21 Apr 2022 14:23:28 UTC" | ||
update_date: Thu, 21 Apr 2022 14:23:28 UTC |
21 changes: 20 additions & 1 deletion
21
learning/katas/java/Common Transforms/WithKeys/lesson-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +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: | ||
- WithKeys | ||
- WithKeys |
3 changes: 2 additions & 1 deletion
3
learning/katas/java/Common Transforms/WithKeys/lesson-remote-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
id: 306174 | ||
update_date: "Fri, 07 Feb 2020 14:07:49 UTC" | ||
update_date: Fri, 07 Feb 2020 14:07:49 UTC | ||
unit: 288215 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,23 @@ | ||
# | ||
# 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: | ||
- Filter | ||
- Aggregation | ||
- WithKeys | ||
- Filter | ||
- Aggregation | ||
- WithKeys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
id: 115777 | ||
update_date: "Fri, 07 Feb 2020 14:07:24 UTC" | ||
update_date: Fri, 07 Feb 2020 14:07:24 UTC |
19 changes: 19 additions & 0 deletions
19
learning/katas/java/Core Transforms/Branching/Branching/task-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
learning/katas/java/Core Transforms/Branching/Branching/task-remote-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
id: 1076188 | ||
update_date: "Thu, 21 Apr 2022 14:23:17 UTC" | ||
update_date: Thu, 21 Apr 2022 14:23:17 UTC |
21 changes: 20 additions & 1 deletion
21
learning/katas/java/Core Transforms/Branching/lesson-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +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: | ||
- Branching | ||
- Branching |
3 changes: 2 additions & 1 deletion
3
learning/katas/java/Core Transforms/Branching/lesson-remote-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
id: 306169 | ||
update_date: "Fri, 07 Feb 2020 14:07:04 UTC" | ||
update_date: Fri, 07 Feb 2020 14:07:04 UTC | ||
unit: 288210 |
Oops, something went wrong.