nsivabalan commented on PR #6248: URL: https://github.com/apache/hudi/pull/6248#issuecomment-1206493415
@YuweiXiao : apparently query engines don't like any other default partition other than "__HIVE_DEFAULT_PARTITION__". For eg, if partition path is of type long, during partition pruning, having "default" will run into ClassCastException. where as having "__HIVE_DEFAULT_PARTITION__" along with other regular partitions (in long type) does not have any issues. Hudi had `__HIVE_DEFAULT_PARTITION__` as default until 0.9.0. alter due to some refactoring, we switched the default fallback value to `default`. So, we are fixing it again now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
