GitHub user maropu opened a pull request:
https://github.com/apache/spark/pull/19969
[SPARK-22600][SQL][FOLLOW-UP] Fix a compilation error in TPCDS q75
## What changes were proposed in this pull request?
This pr fixed a compilation error of TPCDS `q75` caused by #19813;
```
java.util.concurrent.ExecutionException:
org.codehaus.commons.compiler.CompileException: File 'generated.java', Line
371, Column 16: failed to compile:
org.codehaus.commons.compiler.CompileException: File 'generated.java', Line
371, Column 16: Expression "bhj_matched" is not an rvalue
at
com.google.common.util.concurrent.AbstractFuture$Sync.getValue(AbstractFuture.java:306)
at
com.google.common.util.concurrent.AbstractFuture$Sync.get(AbstractFuture.java:293)
at
com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:116)
at
com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:135)
```
## How was this patch tested?
Manually checked `q75` can be properly compiled
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maropu/spark SPARK-22600-FOLLOWUP
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19969.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #19969
----
commit 777d58570abdf6763372e4c369927a0c2d67a8c8
Author: Takeshi Yamamuro <[email protected]>
Date: 2017-12-13T16:31:52Z
Fix
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]