Open jmklix opened 10 months ago
P111656246
I too am facing same issue. Can this ticket be prioritized. Also delta seems to be writing null as __HIVE_DEFAULT_PARTITION__
. Can we include native support for this as well.
__HIVE_DEFAULT_PARTITION__
is a common use case many query engines support. https://cwiki.apache.org/confluence/display/hive/configuration+properties#ConfigurationProperties-hive.exec.default.partition.name
this does not seem like a cpp issue if that the modeling issue? or are there details missing?
Original discussion: https://github.com/aws/aws-sdk-cpp/discussions/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?