An open source indexing subsystem that brings index-based query acceleration to Apache Spark™ and big data workloads.
424
stars
115
forks
source link
Content.rec(..) in LogEntry is recursive function, but does not use tail rec optimisation #400
Open
dmytroDragan opened 3 years ago
Content.rec(..) in LogEntry is recursive function, but does not use tail rec optimisation
It is a potential issue which in some day could give StackOverflowError. I could quickly fix it.