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


##########
CHANGES.md:
##########
@@ -61,20 +61,26 @@
 
 * 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. 
([#38893](https://github.com/apache/beam/issues/38893)).

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   There is an extra period before the issue link, and "Code scanning" and 
"GitHub repo" can be improved for better capitalization and consistency.
   
   ```suggestion
   * (CodeQL) Enabled code scanning alerts in the GitHub repository 
([#38893](https://github.com/apache/beam/issues/38893)).
   ```



##########
CHANGES.md:
##########
@@ -61,20 +61,26 @@
 
 * 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. 
([#38893](https://github.com/apache/beam/issues/38893)).
 
 
 ## I/Os
 
 * Support for reading from Delta Lake added (Java) 
([#38551](https://github.com/apache/beam/issues/38551)).
 * Support for X source added (Java/Python) 
([#X](https://github.com/apache/beam/issues/X)).
 * ClickHouseIO: support writing `DateTime64(precision[, 'timezone'])` columns 
with sub-second precision (Java) 
([#38466](https://github.com/apache/beam/issues/38466)).
+* Upgraded IO Expansion Service to Java 17 
([#38974](https://github.com/apache/beam/issues/38974)).
 
 ## New Features / Improvements
 
 * Dataflow Runner v2 has been renamed to Dataflow Portable Runner. Please 
refer to Dataflow [public 
documentation](https://docs.cloud.google.com/dataflow/docs/runner-v2) on when 
to enable Portable 
Runner.([#39000](https://github.com/apache/beam/issues/39000)).
 * (Java) Enabled state tag encoding v2 by default for new Dataflow Streaming 
Engine jobs. It can be disabled by passing 
`--experiments=disable_streaming_engine_state_tag_encoding_v2` or 
`--updateCompatibilityVersion=2.74.0` pipeline option. Note that the tag 
encoding version cannot change during a job update. Jobs using tag encoding v2 
(enabled by default for new jobs on 2.75.0+) cannot be downgraded to Beam 
versions prior to 2.73.0, as only versions 2.73.0 and later support tag 
encoding v2. ([#38705](https://github.com/apache/beam/issues/38705)).
 * (Python) Added instrumentation to support off-the-shelf profiling agents 
when launching Python SDK Harness 
([#38853](https://github.com/apache/beam/issues/38853)).
 * (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)).
+* (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)
   
   The library name "Quickjs" should be capitalized as "QuickJS".
   
   ```suggestion
   * (YAML) Switched js2py library to QuickJS 
([#38473](https://github.com/apache/beam/issues/38473)).
   ```



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