Would "FIXME" will be fix?

// FIXME: `select json_type(cast(1111.11 as json))` should return `DECIMAL`, we return `DOUBLE` now.

is that will be fix? or just keep current situation?

This looks like a note for the next person working on the code that there is room for improvement. These READMEs aren’t tracked like GitHub issues. There might be an issue for this as well or not. Feel free to open an issue on GitHub if this behavior is causing issues for you. If you do so, please include some information on your situation and how this impacts you.

It looks like this comment was added around the time of TiDB v3.0 in 2017 according to git blame.

thank u so much, @dveeden
then let’s track in gh issue.