Coder Social home page Coder Social logo

Comments (6)

naataaniitsosie avatar naataaniitsosie commented on September 4, 2024 2

@itsgrimetime I'm politely asking for an update. Has this problem been addressed?

from emr-dynamodb-connector.

astj avatar astj commented on September 4, 2024

I also encountered similar trouble. I got NULL on parsing a List property of Binary data as array<binary>.

According to AWS EMR release guide, Hive array can be mapped to "number set (NS), string set (SS), or binary set (BS)". Does it mean I cannot use List properties to import to Hive?

from emr-dynamodb-connector.

itsgrimetime avatar itsgrimetime commented on September 4, 2024

@sebastien-de-saint-florent @astj Thanks for bringing this to our attention, and we apologize for the latency in response. Just so you know, we are tracking this issue internally and hope to look at it in the near future. I'll be sure to update you here when we have more information.

from emr-dynamodb-connector.

0xCafeDude avatar 0xCafeDude commented on September 4, 2024

I was facing the same problem while trying to use the connector with spark. I noticed that same information can be obtained by calling the getL api instead of the getSS api on AttributeValue

from emr-dynamodb-connector.

itsgrimetime avatar itsgrimetime commented on September 4, 2024

@sebastien-de-saint-florent @naataaniitsosie @astj @0xCafeDude sorry for taking so long to get to this. I've finally gotten some time to investigate and found that the connector assumes a List type is actually a StringSet, and that assumption gets propagated and causes the DynamoDBObjectInspector to receive the SS attribute (which is null) instead of the L attribute. I'm hoping to have a fix for this posted soon. Thanks again for your patience.

from emr-dynamodb-connector.

itsgrimetime avatar itsgrimetime commented on September 4, 2024

Oh - actually, I just realized #71 takes care of this, and adds additional types. I'll review that and see if we can't get it closed out.

from emr-dynamodb-connector.

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.