AWS Glue - Null values in partition column #3165
Labels
bug
This issue is a bug.
glue
p3
This is a minor priority issue
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Original discussion: #2803
It seems like glue isn't handling the getpartitions API correctly where a partition column has null value.
Example below, I am using the aws cli for simiplicity , which gives the same output as the SDK
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?
The text was updated successfully, but these errors were encountered: