Skip to content

Commit

Permalink
chore(glue-alpha): fix Spark and Python versions used in Glue 5.0 JSD…
Browse files Browse the repository at this point in the history
…oc (#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*
  • Loading branch information
mazyu36 authored Jan 22, 2025
1 parent b512a72 commit fae97a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-glue-alpha/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export enum GlueVersion {
V4_0 = '4.0',

/**
* Glue version using Spark 3.3.0 and Python 3.10
* Glue version using Spark 3.5.2 and Python 3.11
*/
V5_0 = '5.0',

Expand Down

0 comments on commit fae97a3

Please sign in to comment.