rymurr commented on pull request #1843: URL: https://github.com/apache/iceberg/pull/1843#issuecomment-738790926
Thanks for the comment @jackye1995 , I have added a check to reject the path table if it has a namespace. I have also moved the checks to `HadoopTables`, good suggestion. Re path identifiers. Delta allows [absolute paths](https://github.com/delta-io/delta/blob/master/src/main/scala/org/apache/spark/sql/delta/catalog/DeltaCatalog.scala#L538) only so I don't think its outrageous if we limit paths to absolute paths only. I am inclined to use a check similar to what they do. Thoughts? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
