Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If dynamodb table contained boolean column, those rows are not returned. #21

Open
nadirvardar opened this issue Jan 5, 2017 · 5 comments

Comments

@nadirvardar
Copy link

No description provided.

@nadirvardar nadirvardar changed the title If dynamodb table contains boolean column, return no record. If dynamodb table contains boolean column, returns no record. Jan 5, 2017
@nadirvardar nadirvardar changed the title If dynamodb table contains boolean column, returns no record. If dynamodb table contained boolean column, those rows are not returned. Jan 5, 2017
@traviscrawford
Copy link
Owner

Hi @nadirvardar, thanks for reporting this. Can you clarify how I can reproduce? I'm happy to take a look and publish a new version.

@nadirvardar
Copy link
Author

Hi @traviscrawford,

We have a dynamodb table, lets call it test.
We added a primary key, appId.
We started adding a new records with;
appId=1, nameString="facebook", stat(Boolean)=false
appId=1, nameString="youtube"
when we load the table in spark shell with your library(spark 2.0.2, your jar version is 6), it shows only;
appId=2, name(String)="youtube"

not the appId=1 row.

I can try again tomorrow and give a better test results.

Thank you,

@timchan-lumoslabs
Copy link
Contributor

@traviscrawford I've confirmed that boolean columns are not returned in the resulting DataFrame. I also noticed that rows with Document types are skipped.

@sairamkannan
Copy link

sairamkannan commented Jan 24, 2018

+1 @traviscrawford

@ivanyu
Copy link

ivanyu commented Feb 10, 2018

Hi.
Probably, #40 solves the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants