Hi, If value for configured partitionPathField is not present, we are defaulting to default partition path in all the key generator classes except TimestampBasedKeyGenerator. In TimestampBasedKeyGenerator, we directly throw exception if the value is null.
I wanted to know if this behaviour is intentional. Ideally we should handle such cases gracefully everywhere.
