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

FailedPreconditionError: HashTable has different value for same key #28

Open
liguozhanglearner opened this issue Nov 22, 2019 · 1 comment

Comments

@liguozhanglearner
Copy link

FailedPreconditionError (see above for traceback): HashTable has different value for same key. Key dbr_Terreiro_da_Luta has 127 and trying to add value 285

how to solve this problem

@mommi84
Copy link
Member

mommi84 commented Jan 6, 2020

Hi @liguozhanglearner, could you please report the commands you ran so that we can reproduce your issue?

@mommi84 mommi84 changed the title FailedPreconditionError (see above for traceback): HashTable has different value for same key. Key dbr_Terreiro_da_Luta has 127 and trying to add value 285 FailedPreconditionError: HashTable has different value for same key Jan 6, 2020
mommi84 pushed a commit that referenced this issue Mar 29, 2021
1.  sparql = "SELECT DISTINCT ?uri WHERE { res:Area_51 dbo:location ?uri . ?uri dbo:country res:United_States. }"
    encoded = "SELECT DISTINCT var_uri WHERE  brack_open  dbr_Area_51 dbo_location var_uri sep_dot var_uri dbo_country dbr_United_States sep_dot brack_close"

2.  sparql = "select ?x where { dbr_Bandon_A.F.C. dbo_ceo ?x }"
    encoded = "select var_x where  brack_open  dbr_Bandon_A.F.C. dbo_ceo var_x  brack_close"
mommi84 pushed a commit that referenced this issue Mar 31, 2021
1.  sparql = "SELECT DISTINCT ?uri WHERE { res:Area_51 dbo:location ?uri . ?uri dbo:country res:United_States. }"
    encoded = "SELECT DISTINCT var_uri WHERE  brack_open  dbr_Area_51 dbo_location var_uri sep_dot var_uri dbo_country dbr_United_States sep_dot brack_close"

2.  sparql = "select ?x where { dbr_Bandon_A.F.C. dbo_ceo ?x }"
    encoded = "select var_x where  brack_open  dbr_Bandon_A.F.C. dbo_ceo var_x  brack_close"
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

2 participants