Hi everyone, When working with Calcite, I often need to keep track of changes to SqlNode and RelNode.
Standard logging cannot flexibly capture online issues, so I frequently use Arthas to observe them. I want the AI agent to better understand Calcite’s runtime status, and I’m currently building a skill for this purpose. Here is the link: https://github.com/JiajunBernoulli/ArthasClaw/blob/main/skills/calcite-rule-tracer/assets/calcite-rule-tracer.png Feel free to use it to help analyze online issues.
