andygrove commented on issue #2744:
URL: 
https://github.com/apache/datafusion-comet/issues/2744#issuecomment-3508522106

   I propose adding these methods to `CometOperatorSerde`:
   
   ```scala
   
   def getExecConfigName(expr: T): String = 
expr.getClass.getSimpleName.replace("Exec", "")
   
   def getExecLegacyConfigName(expr: T): Option[String] = None
   ```
   
   The current `enabledConfig` method can be removed:
   
   ```
   def enabledConfig: Option[ConfigEntry[Boolean]]
   ```
   
   Next, `QueryPlanSerde.isOperatorEnabled` can be updated as needed to use the 
new methods.


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

Reply via email to