Closed reftel closed 3 years ago
Seems hive-jdbc accidentally got a version that we have in our local nexus server. Fixing...
synchronized
removed in favor of preparing a statement per session. Builds on Travis now, so there are no longer any dependencies on local versions.
Hi,
small PR to add prepared statements etc., in case you're interested. I'm still a beginner at Scala, so there are probably things that could be done better that what I've done here. I'd be happy to get feedback! =)
One thing I'm not happy with is the synchronization in SqlAction.execute. Any ideas on how one could do that better?