'Is the fill clause incompatible between versions 0.12.5 and 0.13 in the Apache IoTDB?

The sql statement below select sum(jiangyuliang) from root.disaster.sd.* where time>=2022-05-01T08:00:00 and time<=2022-05-01T23:00:00 FILL(0) align by device is executed successfully in the 0.12.5, but it is executed unsuccessfully. I don't know the reason about it.If someone knows it, please let me know.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source