gemini-code-assist[bot] commented on code in PR #39093:
URL: https://github.com/apache/beam/pull/39093#discussion_r3468894324


##########
CHANGES.md:
##########
@@ -77,6 +79,10 @@
 * (Java) Added support to the FnApi Data stream protocol allowing runners to 
isolate bundles slowly processing input from other bundles. 
([#39001](https://github.com/apache/beam/issues/39001)).
 * (Java) Flink 2.1 support added 
([#38947](https://github.com/apache/beam/issues/38947)).
 * (Java) Flink 2.2 support added 
([#38978](https://github.com/apache/beam/issues/38978)).
+* (Yaml) Switched js2py library to quickjs 
([#38473](https://github.com/apache/beam/issues/38473)).

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   Standardize the capitalization of "YAML" (all caps) and "QuickJS" (proper 
noun capitalization).
   
   ```suggestion
   * (YAML) Switched js2py library to QuickJS 
([#38473](https://github.com/apache/beam/issues/38473)).
   ```



##########
CHANGES.md:
##########
@@ -77,6 +79,10 @@
 * (Java) Added support to the FnApi Data stream protocol allowing runners to 
isolate bundles slowly processing input from other bundles. 
([#39001](https://github.com/apache/beam/issues/39001)).
 * (Java) Flink 2.1 support added 
([#38947](https://github.com/apache/beam/issues/38947)).
 * (Java) Flink 2.2 support added 
([#38978](https://github.com/apache/beam/issues/38978)).
+* (Yaml) Switched js2py library to quickjs 
([#38473](https://github.com/apache/beam/issues/38473)).
+* (Yaml) Added HuggingFaceModelHandler for Yaml usage 
([#38696](https://github.com/apache/beam/issues/38696)).
+* (Yaml) Added WriteToMongoDB transform 
([#38376](https://github.com/apache/beam/issues/38376)).
+* (Yaml) Added WriteToDatadog transform 
([#38362](https://github.com/apache/beam/issues/38362)).

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   Standardize the capitalization of "YAML" (all caps) instead of "Yaml".
   
   ```suggestion
   * (YAML) Added HuggingFaceModelHandler for YAML usage 
([#38696](https://github.com/apache/beam/issues/38696)).
   * (YAML) Added WriteToMongoDB transform 
([#38376](https://github.com/apache/beam/issues/38376)).
   * (YAML) Added WriteToDatadog transform 
([#38362](https://github.com/apache/beam/issues/38362)).
   ```



##########
CHANGES.md:
##########
@@ -61,13 +61,15 @@
 
 * Python SDK now supports memory profiling with Memray 
([#38853](https://github.com/apache/beam/issues/38853)).
 * (Python) Added [Qdrant](https://qdrant.tech/) VectorDatabaseWriteConfig 
implementation ([#38141](https://github.com/apache/beam/issues/38141)).
+* (CodeQL) Enabled Code scanning alerts in Github repo.

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   The name "GitHub" is misspelled as "Github". It should be capitalized with a 
capital 'H'.
   
   ```suggestion
   * (CodeQL) Enabled Code scanning alerts in GitHub repo.
   ```



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