[CALCITE-7731] Bound plain-notation expansion of DECIMAL literals to prevent parse-time OutOfMemoryError (follow-up, added more tests)
3 files changed
tree: defcf7d64a0d2bbc9ec02349feea312fb01ade7d
  1. .github/
  2. .idea/
  3. arrow/
  4. babel/
  5. bom/
  6. buildSrc/
  7. cassandra/
  8. core/
  9. druid/
  10. elasticsearch/
  11. example/
  12. file/
  13. geode/
  14. gradle/
  15. innodb/
  16. kafka/
  17. linq4j/
  18. mongodb/
  19. pig/
  20. piglet/
  21. plus/
  22. redis/
  23. release/
  24. server/
  25. site/
  26. spark/
  27. splunk/
  28. src/
  29. testkit/
  30. ubenchmark/
  31. .asf.yaml
  32. .editorconfig
  33. .gitattributes
  34. .gitignore
  35. .mailmap
  36. .ratignore
  37. AGENTS.md
  38. build.gradle.kts
  39. CLAUDE.md
  40. gradle.properties
  41. gradlew
  42. gradlew.bat
  43. Jenkinsfile
  44. LICENSE
  45. NOTICE
  46. README
  47. README.md
  48. SECURITY.md
  49. settings.gradle.kts
  50. sqlline
  51. sqlline.bat
  52. sqlsh
  53. sqlsh.bat
README.md

Maven Central CI Status

Apache Calcite

Apache Calcite is a dynamic data management framework.

It contains many of the pieces that comprise a typical database management system but omits the storage primitives. It provides an industry standard SQL parser and validator, a customisable optimizer with pluggable rules and cost functions, logical and physical algebraic operators, various transformation algorithms from SQL to algebra (and the opposite), and many adapters for executing SQL queries over Cassandra, Druid, Elasticsearch, MongoDB, Kafka, and others, with minimal configuration.

For more details, see the home page.

The project uses JIRA for issue tracking. For further information, please see the JIRA accounts guide.