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

[BUG] Can only get the properties for the first 8192 vertices #4383

Open
zhanglei1949 opened this issue Dec 24, 2024 · 1 comment
Open

[BUG] Can only get the properties for the first 8192 vertices #4383

zhanglei1949 opened this issue Dec 24, 2024 · 1 comment
Assignees
Labels

Comments

@zhanglei1949
Copy link
Collaborator

zhanglei1949 commented Dec 24, 2024

For example, for the following vertex type, the properties for the vertices with inner id > 8192 is all empty string.

 - type_id: 5
      type_name: Paper
      properties:
        - property_id: 0
          property_name: id
          property_type:
            string:
              long_text: ""
        - property_id: 1
          property_name: published
          property_type:
            string:
              long_text: ""
        - property_id: 2
          property_name: year
          property_type:
            string:
              long_text: ""
        - property_id: 3
          property_name: month
          property_type:
            string:
              long_text: ""
        - property_id: 4
          property_name: title
          property_type:
            string:
              long_text: ""
        - property_id: 5
          property_name: authors
          property_type:
            string:
              long_text: ""
        - property_id: 6
          property_name: summary
          property_type:
            string:
              long_text: ""
        - property_id: 7
          property_name: journal_ref
          property_type:
            string:
              long_text: ""
        - property_id: 8
          property_name: doi
          property_type:
            string:
              long_text: ""
        - property_id: 9
          property_name: primary_category
          property_type:
            string:
              long_text: ""
        - property_id: 10
          property_name: categories
          property_type:
            string:
              long_text: ""
        - property_id: 11
          property_name: node_type
          property_type:
            string:
              long_text: ""
        - property_id: 12
          property_name: cited_by_count
          property_type:
            string:
              long_text: ""
        - property_id: 13
          property_name: Background_problem_definition
          property_type:
            string:
              long_text: ""
        - property_id: 14
          property_name: Background_problem_value
          property_type:
            string:
              long_text: ""
        - property_id: 15
          property_name: Background_existing_solutions
          property_type:
            string:
              long_text: ""
        - property_id: 16
          property_name: Topic
          property_type:
            string:
              long_text: ""
        - property_id: 17
          property_name: eprint
          property_type:
            string:
              long_text: ""
        - property_id: 18
          property_name: author
          property_type:
            string:
              long_text: ""
        - property_id: 19
          property_name: url
          property_type:
            string:
              long_text: ""
      primary_keys:
        - id
@zhanglei1949 zhanglei1949 changed the title [BUG] Vertex containing many string proproerties can not be property fetched. [BUG] Can only get the properties for the first 8192 vertices Dec 24, 2024
@zhanglei1949 zhanglei1949 self-assigned this Dec 24, 2024
@github-actions github-actions bot added the stale label Jan 12, 2025
Copy link
Contributor

/cc @zhanglei1949, this issus/pr has had no activity for for a long time, could you folks help to review the status ?
To suppress further notifications,

  • for issues,
    • if it is waiting for further response from the reporter/author, please help to add the label requires-further-info,
    • if you have already started working on it, please add the label work-in-progress to the issue,
    • if this issue requires further designing discussion and not in current plan, or won't be fixed, please add the label requires-further-discussion or wontfix to the issue,
  • for pull requests,
    • if you are still working on it and it is not ready for reviewing, please convert this pull request as draft PR,
    • if you have decided to hold this development on, please add the requires-further-discussion label to the pull request.
      Thanks!

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

No branches or pull requests

1 participant