Skip to content

Commit fae97a3

Browse files
authored
chore(glue-alpha): fix Spark and Python versions used in Glue 5.0 JSDoc (#33048)
Updated JSDoc for Spark and Python versions used in Glue 5.0. Ref: https://docs.aws.amazon.com/glue/latest/dg/release-notes.html ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent b512a72 commit fae97a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-glue-alpha/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export enum GlueVersion {
168168
V4_0 = '4.0',
169169

170170
/**
171-
* Glue version using Spark 3.3.0 and Python 3.10
171+
* Glue version using Spark 3.5.2 and Python 3.11
172172
*/
173173
V5_0 = '5.0',
174174

0 commit comments

Comments
 (0)