-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-12560][SQL] SqlTestUtils.stripSparkFilter needs to copy utf8strings #10510
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
Conversation
|
Test build #48422 has finished for PR 10510 at commit
|
|
Test build #48423 has finished for PR 10510 at commit
|
|
maybe @HyukjinKwon @davies @liancheng would be good reviewers here? thanks |
|
@squito I still can't understand the problem, If it need copy the row somewhere, why not just do the copy? We are moving to use UnsafeRow everywhere. |
|
@davies @squito FYI, this function would be only used in |
|
Jenkins, retest this please |
|
Test build #48687 has finished for PR 10510 at commit
|
|
@davies that makes sense, I've updated the change to just add a @HyukjinKwon I think I understand the point of |
|
@squito Ah, sorry I misunderstood. |
|
Thanks for fixing this, LGTM. Merging to master. |
See https://issues.apache.org/jira/browse/SPARK-12560
This isn't causing any problems currently because the tests for string predicate pushdown are currently disabled. I ran into this while trying to turn them back on with a different version of parquet. Figure it was good to fix now in any case.