awslabs / aws-glue-libs

AWS Glue Libraries are additions and enhancements to Spark for ETL operations.
Other
648 stars 305 forks source link

Syntax error in Python 3 #91

Closed GergelyKalmar closed 3 years ago

GergelyKalmar commented 3 years ago

The following line contains a syntax error in Python 3:

https://github.com/awslabs/aws-glue-libs/blob/master/awsglue/dynamicframe.py#L119

The print statement should be replaced with the print function.

calleo commented 3 years ago

Use glue-1 och glue-3 branch. Master is python 2.

GergelyKalmar commented 3 years ago

Ah, okay! Thank you, that should work.