Code Monkey home page Code Monkey logo

Comments (4)

mjakubowski84 avatar mjakubowski84 commented on May 26, 2024

Hi!

I do not know your use case but I am not sure if using own MessageType is a good idea. You still have to provide a case class to write data. Library will resolve the schema on its own. If your custom MessageType differs in field types from what Parquet4S generates then it will just break. Unless you see that there is something wrong with generated schema I recommend using what is provided by the lib. Otherwise please create an issue - let's fix it!
If your case is that you need something really specific to your use case you may try implementing your own instance of type class of ParquetSchemaResolver that will take field definitions out from your MessageType. It should be very simple. Just place it in a proper implicit scope. I hope it will work then!

from parquet4s.

hntd187 avatar hntd187 commented on May 26, 2024

I was specifically looking for a way I could have a parquet schema from a file and be able to write to that without having to rely on avro or thrift. Since you can parse the message schema using parquet's library I already had a message type to use, hopefully that makes sense. I'll give the parquet schema resolver impl a try and see if that does it.

from parquet4s.

mjakubowski84 avatar mjakubowski84 commented on May 26, 2024

from parquet4s.

hntd187 avatar hntd187 commented on May 26, 2024

I see, okay I appreciate your very fast response, I'm going to have to write my own implementation of this it would seem, but this library is awesome and I plan to definitely use it in the future when I have concrete case classes to use. thanks!

from parquet4s.

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.