damccorm commented on code in PR #30895:
URL: https://github.com/apache/beam/pull/30895#discussion_r1567703399
##########
website/www/site/content/en/documentation/sdks/yaml-udf.md:
##########
@@ -133,11 +184,26 @@ expressions are supported as well
another_col: "col2 + col3"
```
+keeping in mind that any fields not intended to be included in the output
should be added to the `drop` field.
+
+If one wanted to select a field that collides with a[reserved SQL
keyword](https://calcite.apache.org/docs/reference.html#keywords), the field(s)
must be surrounded in backticks. For example, say the incoming PCollection has
a field "timestamp", one would have to write:
Review Comment:
```suggestion
If one wanted to select a field that collides with a [reserved SQL
keyword](https://calcite.apache.org/docs/reference.html#keywords), the field(s)
must be surrounded in backticks. For example, say the incoming PCollection has
a field "timestamp", one would have to write:
```
I'm just going to apply this so that it gets in before the cut
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]