hison

Results 2 issues of hison

需求是获取每个测点的最新数据 SELECT time, value, point_id FROM ( SELECT time, value, point_id, ROW_NUMBER() OVER (PARTITION BY point_id ORDER BY time DESC) AS rn FROM model_vision.point ) t WHERE t.rn = 1;...

bug

My purpose is to call python through Java, ports 25333 and 25334 are listening normally, but java has never been able to access python ![image](https://github.com/user-attachments/assets/75673997-a98e-43ff-bcc8-3b75ca269a51) ![image](https://github.com/user-attachments/assets/a43e7a67-217e-4d01-8836-f86202a4b0e5) ![image](https://github.com/user-attachments/assets/bd450b02-9986-4a8c-a72c-838d1ff9898a) ![image](https://github.com/user-attachments/assets/f38dd049-a92d-4b8e-9e64-8b6a90474140) ![image](https://github.com/user-attachments/assets/59a4d07d-b923-43c2-8f31-958f75421349) py4j.Py4JException:...