Skip to content

Conversation

@mymeiyi
Copy link
Contributor

@mymeiyi mymeiyi commented Aug 2, 2024

Proposed changes

the case is failed:

    assertTrue(result.size() == 7)
    assertTrue(result[6][10] == 25)
^^^^^^^^^^^^^^^^^^^^^^^^^^ERROR LINE^^^^^^^^^^^^^^^^^^^^^^^^^^
Exception:
java.lang.NullPointerException: Cannot invoke method getAt() on null object

@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@mymeiyi
Copy link
Contributor Author

mymeiyi commented Aug 2, 2024

run buildall

@github-actions github-actions bot added the doing label Aug 2, 2024
Copy link
Contributor

@dataroaring dataroaring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Aug 2, 2024
@github-actions
Copy link
Contributor

github-actions bot commented Aug 2, 2024

PR approved by at least one committer and no changes requested.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 2, 2024

PR approved by anyone and no changes requested.

@dataroaring dataroaring merged commit 8b80fb8 into apache:master Aug 4, 2024
dataroaring pushed a commit that referenced this pull request Aug 4, 2024
## Proposed changes

the case is failed:
```
    assertTrue(result.size() == 7)
    assertTrue(result[6][10] == 25)
^^^^^^^^^^^^^^^^^^^^^^^^^^ERROR LINE^^^^^^^^^^^^^^^^^^^^^^^^^^
Exception:
java.lang.NullPointerException: Cannot invoke method getAt() on null object
```
mymeiyi added a commit to mymeiyi/doris that referenced this pull request Aug 5, 2024
## Proposed changes

the case is failed:
```
    assertTrue(result.size() == 7)
    assertTrue(result[6][10] == 25)
^^^^^^^^^^^^^^^^^^^^^^^^^^ERROR LINE^^^^^^^^^^^^^^^^^^^^^^^^^^
Exception:
java.lang.NullPointerException: Cannot invoke method getAt() on null object
```
yiguolei pushed a commit to mymeiyi/doris that referenced this pull request Aug 5, 2024
## Proposed changes

the case is failed:
```
    assertTrue(result.size() == 7)
    assertTrue(result[6][10] == 25)
^^^^^^^^^^^^^^^^^^^^^^^^^^ERROR LINE^^^^^^^^^^^^^^^^^^^^^^^^^^
Exception:
java.lang.NullPointerException: Cannot invoke method getAt() on null object
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. dev/2.1.6-merged dev/3.0.1-merged reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants