Coder Social home page Coder Social logo

Comments (1)

philrz avatar philrz commented on June 3, 2024

@SoftTools59654: I think I've figured out what's probably triggering the bug you saw. I couldn't initially reproduce the problem using only the data shown in your screenshot or other random data sets I had on hand. But in thinking about the kinds of Zed values that have caused problems in the past, in this attached video I happened to reproduce the problem successfully at Zui commit ca6ddd3 using this sample data.csv:

Index,Customer Id
1966079,54b0eFA66A2fE15
1900543,fE24fDD0D042fFE
123,456
Repro.mp4

What seems to be important in reproducing the problem is that across the data set the Customer Id field has values of both string type and numeric type (i.e., the final row in my data.csv triggers the problem), such that after fuse is applied the overall data type for Customer Id becomes a Zed union data type.

image

Therefore it looks like we probably have a Zui bug here we can fix that's specific to rendering values of union types. If you've seen this same effect with other types, please do share the details so we can fix those as well.

from zui.

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.