aokolnychyi commented on code in PR #7443: URL: https://github.com/apache/iceberg/pull/7443#discussion_r1179600244
########## spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/SparkFunctionCatalog.java: ########## @@ -16,23 +16,30 @@ * specific language governing permissions and limitations * under the License. */ +package org.apache.iceberg.spark; Review Comment: Yeah, it was a questionable decision on our end to go with this naming in the first place. ########## spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/SparkFunctionCatalog.java: ########## @@ -16,23 +16,30 @@ * specific language governing permissions and limitations * under the License. */ +package org.apache.iceberg.spark; Review Comment: Yeah, I agree, it was a questionable decision on our end to go with this naming in the first place. -- 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]
