kiszk commented on issue #27507: [SPARK-24884][SQL] Support regexp function 
regexp_extract_all
URL: https://github.com/apache/spark/pull/27507#issuecomment-585301466
 
 
   I have a high-level question. Do we have huge advantage to generate Java 
code?
   
   One advantage is to store the result of `Pattern.compile()` into each global 
variable for caching while the non-generated code shares one variable for 
cache.   
   On the other hand, the size of the result is not small. Which trade-off do 
we select? Space or performance?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to