Giter Club home page Giter Club logo

Comments (4)

kjellwinblad avatar kjellwinblad commented on May 25, 2024

Hi,

I'm not sure if I understand your text under "What did you expect to happen?". My guess is that you want bin2hexstr to pad the input with leading zeros until the size is divisible by 8 (padding until it is divisible by 4 should be enough) and then do the conversion?

I think bitstrings returned by subbits where the size is not divisible by 8 should not be outputed directly in the SQL. They should only be used as an intermediate data format in computations. At least this is what I think the TIP here https://www.emqx.io/docs/en/latest/data-integration/rule-sql-builtin-functions.html#bit-sequence-functions tries to explain.

Maybe it is enough to extend bin2hexstr so it accepts all bitstrings?

from emqx.

kjellwinblad avatar kjellwinblad commented on May 25, 2024

I made a PR that updates bin2hexstr to handle all bitstrings:

#12653

Do you think we should also handle when the rule output fields with bitstrings with a bit size that is not divisible by 8? I think it was not a good design to allow such bitstrings as return values from subbits (it creates a lot of complication and probably not so much value) but I guess we are stuck with it now...

from emqx.

tigercl avatar tigercl commented on May 25, 2024

Hi @kjellwinblad

Extending bin2hexstr is a good idea.

However, I'm not sure it makes sense that the output of some functions cannot be directly used as input to JSON, despite the additional instructions given in the documentation.

This breaks some convention and makes me unsure if there will be more functions like this.

from emqx.

kjellwinblad avatar kjellwinblad commented on May 25, 2024

However, I'm not sure it makes sense that the output of some functions cannot be directly used as input to JSON, despite the additional instructions given in the documentation.

I agree, but that function already exists so I'm not sure that we can change it. Is there any way users could use it so that it outputs a binary with a bit size not divisible by 8 and not cause a crash? If not, maybe it is not too late to change it to no allow such outputs? If we can restrict it, I think that would be the best.

from emqx.

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.