Skip to content

Commit

Permalink
Update examples/src/kotlin/org/partiql/examples/MergeKeyValues.kt
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Cai <caialan@amazon.com>
  • Loading branch information
am357 and alancai98 authored Sep 19, 2022
1 parent 388d71a commit 001dbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/kotlin/org/partiql/examples/MergeKeyValues.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ abstract class MergeKeysBaseExprFunction(
) : ExprFunction

/**
* For the Given [ExprValue] representing list of structs, merges key/values based on the given inputs in flatten list
* For the given [ExprValue] representing list of structs, merges key/values based on the given inputs in flatten list
* for values.
*
* E.g.
Expand Down

0 comments on commit 001dbd8

Please sign in to comment.