AWS Glue - Null values in partition column. #2803
-
It seems like glue isn't handling the getpartitions API correctly where a partition column has null value. My table data is structured as below in S3
So it seems like the null value is being considered as a string literal? But from the documentation here, it seems IS NULL etc are supported? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for finding this and pointing it out. Since you also reproduced it in the CLI it looks like a problem with the model. I created an issue here because it affects multiple sdks. I'm working to get the model updated and I will post any updates on the issue I linked above. |
Beta Was this translation helpful? Give feedback.
Thanks for finding this and pointing it out. Since you also reproduced it in the CLI it looks like a problem with the model. I created an issue here because it affects multiple sdks. I'm working to get the model updated and I will post any updates on the issue I linked above.