ebyhr commented on code in PR #17853:
URL: https://github.com/apache/iceberg/pull/17853#discussion_r3876884898


##########
core/src/main/java/org/apache/iceberg/avro/ProjectionDatumReader.java:
##########
@@ -1,84 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.iceberg.avro;
-
-import java.io.IOException;
-import java.util.Map;
-import java.util.Set;
-import java.util.function.Function;
-import java.util.function.Supplier;
-import org.apache.avro.Schema;
-import org.apache.avro.io.DatumReader;
-import org.apache.avro.io.Decoder;
-import org.apache.iceberg.mapping.MappingUtil;
-import org.apache.iceberg.mapping.NameMapping;
-import org.apache.iceberg.types.TypeUtil;
-
-public class ProjectionDatumReader<D> implements DatumReader<D>, 
SupportsRowPosition {

Review Comment:
   This is a public class. Wouldn't it be better to deprecate it first? 
   
   https://iceberg.apache.org/contribute/#minor-version-deprecations-required
   
   > Modules iceberg-common iceberg-core iceberg-data iceberg-orc 
iceberg-parquet
   > 
   > Changes to public interfaces and classes in the subprojects listed above 
require a deprecation cycle of one minor release.
   > 
   > These projects contain common and internal code used by other projects and 
can evolve within a major release. Minor release deprecation will provide other 
subprojects and external projects notice and opportunity to transition to new 
implementations.



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

Reply via email to