Skip to content

Conversation

@ravipesala
Copy link
Contributor

Currently there is no support of Bitwise & in Spark HiveQl and Spark SQL as well. So this PR support the same.

Author : ravipesala ravindra.pesala@huawei.com

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@marmbrus
Copy link
Contributor

marmbrus commented Oct 8, 2014

ok to test

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/21493/Test FAILed.

@ravipesala
Copy link
Contributor Author

@marmbrus it seems git cannot fetch the code that's why it is failed.

@marmbrus
Copy link
Contributor

marmbrus commented Oct 9, 2014

Yeah, sorry github seems extra flakey today. Now there is a conflict though, could you merge with master?

@ravipesala
Copy link
Contributor Author

I am closing this PR as it has conflicts. And I created new PR #2736

@ravipesala ravipesala closed this Oct 9, 2014
@marmbrus
Copy link
Contributor

marmbrus commented Oct 9, 2014

@ravipesala, you don't need to create a new PR. And in fact its better if you don't so review comments are not lost.

You can just push to the same branch and github will update this PR. You can even push a totally different version to a branch of the same name with git push <your remote name> +<localbranchName>:<remotebranchname>

hvanhovell pushed a commit that referenced this pull request Aug 23, 2019
…d for easier identifying their reuses in query plans

## What changes were proposed in this pull request?

Add id to Exchange and Subquery's stringArgs method for easier identifying their reuses in query plans, for example:
```
ReusedExchange d_date_sk#827, BroadcastExchange HashedRelationBroadcastMode(List(cast(input[0, int, true] as bigint))) [id=#2710]
```
Where `2710` is the id of the reused exchange.

## How was this patch tested?

Passes existing tests

Closes #25434 from dbaliafroozeh/ImplementStringArgsExchangeSubqueryExec.

Authored-by: Ali Afroozeh <ali.afroozeh@databricks.com>
Signed-off-by: herman <herman@databricks.com>
rshkv pushed a commit to palantir/spark that referenced this pull request Jan 29, 2021
…d for easier identifying their reuses in query plans

Add id to Exchange and Subquery's stringArgs method for easier identifying their reuses in query plans, for example:
```
ReusedExchange d_date_sk#827, BroadcastExchange HashedRelationBroadcastMode(List(cast(input[0, int, true] as bigint))) [id=apache#2710]
```
Where `2710` is the id of the reused exchange.

Passes existing tests

Closes apache#25434 from dbaliafroozeh/ImplementStringArgsExchangeSubqueryExec.

Authored-by: Ali Afroozeh <ali.afroozeh@databricks.com>
Signed-off-by: herman <herman@databricks.com>
rshkv pushed a commit to palantir/spark that referenced this pull request Jan 29, 2021
…d for easier identifying their reuses in query plans

Add id to Exchange and Subquery's stringArgs method for easier identifying their reuses in query plans, for example:
```
ReusedExchange d_date_sk#827, BroadcastExchange HashedRelationBroadcastMode(List(cast(input[0, int, true] as bigint))) [id=apache#2710]
```
Where `2710` is the id of the reused exchange.

Passes existing tests

Closes apache#25434 from dbaliafroozeh/ImplementStringArgsExchangeSubqueryExec.

Authored-by: Ali Afroozeh <ali.afroozeh@databricks.com>
Signed-off-by: herman <herman@databricks.com>
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

Successfully merging this pull request may close these issues.

3 participants