Skip to content

Commit

Permalink
enabled multifile flag for multifile examples (PG)
Browse files Browse the repository at this point in the history
  • Loading branch information
VladMatyunin committed Jul 13, 2022
1 parent 2c8e7eb commit 5b54b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// beam-playground:
// name: GroupByKey
// description: Task from katas that joins two PCollections.
// multifile: false
// multifile: true
// context_line: 48
// categories:
// - Combiners
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// beam-playground:
// name: SideInput
// description: Task from katas to enrich each Person with the country based on the city he/she lives in.
// multifile: false
// multifile: true
// context_line: 38
// categories:
// - Side Input
Expand Down

0 comments on commit 5b54b04

Please sign in to comment.