Coder Social home page Coder Social logo

Comments (3)

prmelehan avatar prmelehan commented on September 27, 2024

I noticed this might be a function of string inlining, where a new pointer is created for non inlined strings?

Also, I noticed that the test suite does not take into account functions that modify string values and return new ones:

inline string_t udf_varchar(string_t a) {
return a;
}
inline string_t udf_varchar(string_t a, string_t b) {
return b;
}
inline string_t udf_varchar(string_t a, string_t b, string_t c) {
return c;
}

Only returning the original value...

Am I incorrect here?

This is blocking critical development for us, so any help would be much appreciated !

from duckdb.

prmelehan avatar prmelehan commented on September 27, 2024

Any updates on this @szarnyasg ? I can provide any further information that you or your colleagues require.

from duckdb.

szarnyasg avatar szarnyasg commented on September 27, 2024

Hi @prmelehan, the issue was added to our internal tracker but has not yet been assigned to an engineer. Unfortunately, we cannot provide a timeline for the fix. If you are interested in priority support, please contact DuckDB Labs via https://duckdblabs.com/contact/.

from duckdb.

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.