MaxGekk commented on issue #25716: [SPARK-29012][SQL] Support special timestamp 
values
URL: https://github.com/apache/spark/pull/25716#issuecomment-530826650
 
 
   I have some performance related concerns regarding to using the config. In 
current implementation, decision is pretty cheap - just comparing first byte. 
In the case of the config usage, we will need to retrieve it and compare its 
value with other string which can bring visible overhead even if PostgreSQL 
compatibility mode is turned off.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to