gphilipp commented on issue #11528: URL: https://github.com/apache/iceberg/issues/11528#issuecomment-3469308401
I'm a bit confused too. I've set `spark.wap.id` to some value. Now if I set `spark.wap.branch` as well, it fails with: ``` org.apache.hive.service.cli.HiveSQLException: Error running query: org.apache.iceberg.exceptions.ValidationException: Cannot set both WAP ID and branch ``` It seems they’re mutually exclusive. What’s the intended difference between spark.wap.id and spark.wap.branch? When should each be used? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
