Code Monkey home page Code Monkey logo

Comments (8)

jixuan1989 avatar jixuan1989 commented on May 10, 2024

Hi many thanks.

@qiaojialin ,

Parsing error, statement [CREATE TIMESERIES root.hn.gd.na.1q.status WITH DATATYPE=BOOLEAN, ENCODING=PLAIN] failed when parsing AST tree to generate logical operator. Detailed information: [line 1:33 mismatched input 'q' expecting WITH near '1'. Please refer to SQL document and check if there is any keyword conflict.]

0.9.2版本应该支持以数字开头的path吧?(1q)。请排查下。

org.apache.iotdb.db.exception.query.IllegalASTFormatException: Parsing error, statement [CREATE TIMESERIES root.hn.gd.na.phase1.device WITH DATATYPE=TEXT, ENCODING=PLAIN] failed when parsing AST tree to generate logical operator. Detailed information: [line 1:39 mismatched input 'device' expecting set null]

以及这句SQL。

from iotdb.

jixuan1989 avatar jixuan1989 commented on May 10, 2024

@shexianguanfang 0.10起才支持数字开头的path。例如咱们root.hn.gd.na.1q.status 中这个1q在0.9是不支持的。

另外0.9里device是关键词,所以path中不能有device,@qiaojialin 看看这个怎么改。

from iotdb.

qiaojialin avatar qiaojialin commented on May 10, 2024

device 关键字避免用吧,客户端做个转化

from iotdb.

qiaojialin avatar qiaojialin commented on May 10, 2024

reset 这个错误可以在 session 和 jdbc 里加个重连重试机制来屏蔽掉

from iotdb.

shexianguanfang avatar shexianguanfang commented on May 10, 2024

from iotdb.

shexianguanfang avatar shexianguanfang commented on May 10, 2024

from iotdb.

shexianguanfang avatar shexianguanfang commented on May 10, 2024

from iotdb.

qiaojialin avatar qiaojialin commented on May 10, 2024

Session 加了重连机制,可以拉一下master代码测试一下 0.10.0-SNAPSHOT 版本

from iotdb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.