SteveYurongSu commented on issue #9229: URL: https://github.com/apache/iotdb/issues/9229#issuecomment-1460215008
> @zhengshubin 是的,目前 LAST 结果集都是以 TEXT 形式返回的。这样做的原因是,目前定义的结果集的每一列必须是相同的类型(实现上的限制),而最新点可能是不同数据类型的。 我能够理解你的疑问,结果集这样表现其实对 Python 是奇怪的,但是对 Java 这种强类型的语言却是合理的。但是事实是,目前 Python 客户端简单地保持了 Java 客户端相同的语义,同时也引入了相同的麻烦。可以考虑加入一些语言层面的『糖』,让客户端更好用。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
