peter-toth commented on pull request #31848:
URL: https://github.com/apache/spark/pull/31848#issuecomment-805636366


   > It seems this breaks `branch-3.0`.
   > 
   > ```
   > [error] 
/Users/dongjoon/APACHE/spark-merge/external/avro/src/test/scala/org/apache/spark/sql/avro/AvroScanSuite.scala:26:
 one more argument than can be applied to method apply: (sparkSession: 
org.apache.spark.sql.SparkSession, fileIndex: 
org.apache.spark.sql.execution.datasources.PartitioningAwareFileIndex, 
dataSchema: org.apache.spark.sql.types.StructType, readDataSchema: 
org.apache.spark.sql.types.StructType, readPartitionSchema: 
org.apache.spark.sql.types.StructType, options: 
org.apache.spark.sql.util.CaseInsensitiveStringMap, partitionFilters: 
Seq[org.apache.spark.sql.catalyst.expressions.Expression], dataFilters: 
Seq[org.apache.spark.sql.catalyst.expressions.Expression])org.apache.spark.sql.v2.avro.AvroScan
 in object AvroScan
   > [error]       (s, fi, ds, rds, rps, f, o, pf, df) => AvroScan(s, fi, ds, 
rds, rps, o, f, pf, df),
   > [error]                                                                    
                  ^
   > [error] one error found
   > ```
   > 
   > I'll revert it first at branch-3.0. Please make a backporting PR to 
branch-3.0, @peter-toth .
   
   @dongjoon-hyun, I've opened a 3.0 backport PR here: 
https://github.com/apache/spark/pull/31952


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

Reply via email to