Polber commented on code in PR #29169:
URL: https://github.com/apache/beam/pull/29169#discussion_r1375060544


##########
sdks/python/apache_beam/yaml/yaml_udf_test.py:
##########
@@ -60,16 +66,37 @@ def test_map_to_fields_filter_inline_js(self):
         language: javascript
         fields:
           label:
-            callable: "function label_map(x) {return x.label + 'x'}"
+            callable: |
+              function label_map(x) {

Review Comment:
   This is testing callable specifically. I wanted to make tests that only use 
1 of the 3 types (expression, callable, file) so that the failures are granular.



-- 
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]

Reply via email to