Xiangdong Huang

Results 57 comments of Xiangdong Huang

Hi, I come from IoTDB community. Lukas Ott and Julian Feinhauer told me about Ditto. Indeed in one of our practice, we tried to use an IoTDB instance to manage...

Hi, I come here by tracking IOTDB-648... > Do I want the user to only see history of a thing from timestamp x to timestamp y? > But as I...

Hi, Java Native API is the best, and then C++ Native API and Python. But C++ and Python has no enough maintainers like Java Native API. InfluxDB API is experimental....

@Cpaulyz @qiaojialin , has is been fixed in both v0.13 and v0.14?

hi, yes, we require the first column as `time` in an `insert` SQL... Any strong requirements for changing the position?

yes, I think we can modify our Antlr parser to support that. By the way, are you familiar with antlr4? I believe it is not a big modification.

BTW, in my test case: - I modify a java file (which violates spotless rules) - use `git add ` the file - use `git commit -m 'message'` The `spotless:apply`...

well, 1. welcome to implementing a new udf that supports different time unit, as UDF is easy to extend. Then we can merge it into our codebase. 2. Or, the...

current `align by device` sql does not support align by device first and then align by time. But using the default query, you can get the result order by time....