comphead commented on code in PR #2242: URL: https://github.com/apache/datafusion-comet/pull/2242#discussion_r2305572328
########## spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala: ########## @@ -2386,7 +2307,7 @@ case class Compatible(notes: Option[String] = None) extends SupportLevel case class Incompatible(notes: Option[String] = None) extends SupportLevel /** Comet does not support this feature */ -object Unsupported extends SupportLevel +case class Unsupported(notes: Option[String]) extends SupportLevel Review Comment: ```suggestion case class Unsupported(notes: Option[String] = None) extends SupportLevel ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org