voonhous commented on code in PR #18967:
URL: https://github.com/apache/hudi/pull/18967#discussion_r3426491195
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/hudi/command/payload/ExpressionPayload.scala:
##########
@@ -22,7 +22,7 @@ import
org.apache.hudi.HoodieSchemaConversionUtils.{convertHoodieSchemaToDataTyp
import org.apache.hudi.SparkAdapterSupport.sparkAdapter
import org.apache.hudi.avro.HoodieAvroUtils
import org.apache.hudi.common.model.{DefaultHoodieRecordPayload,
HoodiePayloadProps, HoodieRecord, HoodieRecordPayload,
OverwriteWithLatestAvroPayload}
-import org.apache.hudi.common.schema.{HoodieSchema, HoodieSchemaUtils}
+import org.apache.hudi.common.schema.{AvroToHoodieSchemaCache, HoodieSchema,
HoodieSchemaUtils}
Review Comment:
Same as the sibling thread - obsolete after reverting the fold.
`AvroToHoodieSchemaCache` is restored (not deleted), so the import on line 25
and all the `intern` call sites here resolve and compile again. The commit that
folded the cache into `fromAvroSchema` and deleted the class is no longer on
the branch.
--
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]