rsql-parser icon indicating copy to clipboard operation
rsql-parser copied to clipboard

Is RSQLParser.parse() thread-safe?

Open gevaerts opened this issue 7 years ago • 2 comments

It would be useful if the documentation says whether parsing is thread-safe.

Based on a quick look at what RSQLParser.parse() does, I think it's thread-safe. Is that correct?

gevaerts avatar Apr 16 '18 11:04 gevaerts

@gevaerts , I agree with you: looking at source code , I think RSQLParser is thread-safe. But it would be nice if someone else could confirm it

jmzc avatar Apr 30 '18 07:04 jmzc

Several prod tests agree that RSQLParser is thread-safe.

qnhant5010 avatar Oct 26 '22 16:10 qnhant5010