cloud-fan commented on code in PR #43692:
URL: https://github.com/apache/spark/pull/43692#discussion_r1386456820
##########
sql/core/src/main/scala/org/apache/spark/sql/sources/interfaces.scala:
##########
@@ -309,3 +309,22 @@ trait InsertableRelation {
trait CatalystScan {
def buildScan(requiredColumns: Seq[Attribute], filters: Seq[Expression]):
RDD[Row]
}
+
+/**
+ * Implemented by StreamSourceProvider objects that can generate file metadata
columns.
Review Comment:
Shall we enrich the doc a bit? For example, should
`StreamSourceProvider#sourceSchema` include it? Or the final source schema is
`StreamSourceProvider#sourceSchema` ++ `getMetadataOutput`?
--
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]