mirror of
https://github.com/apache/druid.git
synced 2025-02-06 18:18:17 +00:00
* Add "REVERSE" / "REPEAT" / "RIGHT" / "LEFT" functions * Fix ImportOrder * Use RuntimeException instead of OutOfMemoryError according to "Effective Java" * Simplify * Patch suggestions