micahsecrest opened a new pull request, #19991: URL: https://github.com/apache/hudi/pull/19991
Spark's DataFrameWriter and DataStreamWriter lower-case every option key before Hudi sees it. GLUE_CATALOG_ID used a camelCase key (catalogId), the only one of its kind in GlueCatalogSyncClientConfig, so a value set through .option() never matched and sync fell back to the caller's own AWS account with no warning. Rename the key to catalog_id, in line with its sibling keys, and add catalogId and catalogid as alternatives so both a verbatim caller and Spark's lower-cased path still resolve. -- 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]
