Polber commented on code in PR #30896: URL: https://github.com/apache/beam/pull/30896#discussion_r1559669854
########## sdks/python/apache_beam/yaml/examples/resources/products.csv: ########## @@ -0,0 +1,6 @@ +transaction_id,product_name,category,price +T0012,Headphones,Electronics,59.99 +T5034,Leather Jacket,Apparel,109.99 +T0024,Aluminum Mug,Kitchen,29.99 +T0104,Headphones,Electronics,59.99 +T0302,Monitor,Electronics,249.99 Review Comment: Fixed by moving csv to `apache-beam-testing`. ########## sdks/python/apache_beam/yaml/examples/simple_filter.yaml: ########## @@ -0,0 +1,41 @@ +# coding=utf-8 Review Comment: Also fixed by moving csv to `apache-beam-testing`. -- 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]
