deepakpanda93 commented on issue #15855:
URL: https://github.com/apache/hudi/issues/15855#issuecomment-4892460755

   This issue was reviewed as part of the JIRA-migrated backlog triage.
   
   Findings: The unused `ignoreIfExists` argument on 
`CreateHoodieTableCommand::createHiveDataSourceTable` — the subject of this 
improvement and of PR #8255 (which was closed unmerged) — has already been 
removed. On current `master` the method signature is 
`createHiveDataSourceTable(sparkSession, table)` with no `ignoreIfExists` 
parameter 
(`hudi-spark-datasource/hudi-spark-common/.../command/CreateHoodieTableCommand.scala`),
 and the cleanup shipped in 0.14.0 (the parameter is present in 
`release-0.13.0` and gone in `release-0.14.0`).
   
   Closing as fixed. If you still see the stale argument on a recent version, 
please reopen with details.


-- 
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]

Reply via email to