RussellSpitzer commented on code in PR #3435:
URL: https://github.com/apache/iceberg/pull/3435#discussion_r906303922
##########
spark/v3.0/spark/src/main/java/org/apache/iceberg/spark/SparkTableUtil.java:
##########
@@ -292,16 +293,17 @@ public static List<DataFile> listPartition(SparkPartition
partition, PartitionSp
* @param conf a serializable Hadoop conf
* @param metricsConfig a metrics conf
* @param mapping a name mapping
+ * @param schema schema of the target table
* @return a List of DataFile
* @deprecated use {@link TableMigrationUtil#listPartition(Map, String,
String, PartitionSpec, Configuration,
- * MetricsConfig, NameMapping)}
+ * MetricsConfig, NameMapping, Schema)}
*/
@Deprecated
public static List<DataFile> listPartition(SparkPartition partition,
PartitionSpec spec,
SerializableConfiguration conf,
MetricsConfig metricsConfig,
- NameMapping mapping) {
+ NameMapping mapping, Schema
schema) {
Review Comment:
Can't change a deprecated method
--
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]