Kimahriman commented on PR #49984:
URL: https://github.com/apache/spark/pull/49984#issuecomment-2729134934

   Does that mean your issue with the PR is stale and withdrawn, or the PR 
itself is now stale? If the former, great, if not, what if a regular expression 
was just used instead, something like
   
   ```scala
       metadata.conf.foreach((key, value) => {
         if 
("^spark\.[^.]+\.sql\.optimizer\.pruneFiltersCanPruneStreamingSubplan".r.matches(key))
 {
           
sessionConf.setConfString(PRUNE_FILTERS_CAN_PRUNE_STREAMING_SUBPLAN.key, value)
         }
       })
   ```
   
   then everyone can move on with their lives


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to