wangyum edited a comment on pull request #29642:
URL: https://github.com/apache/spark/pull/29642#issuecomment-743109098


   Production real case, `InSet` size = 1918: 
   Before this PR | After this PR
   --- | ---
   
![image](https://user-images.githubusercontent.com/5399861/101891559-2d5fdb00-3bdd-11eb-8dc3-8e5854654660.png)
 | 
![image](https://user-images.githubusercontent.com/5399861/101891620-436d9b80-3bdd-11eb-9290-c6226e76b7c2.png)
   
   Table statistics:
   ```
   +-------------+-----------------+-----------------+--+
   |  count(1)   | min(SELLER_ID)  | max(SELLER_ID)  |
   +-------------+-----------------+-----------------+--+
   | 8344448448  | 9               | 2234460898      |
   +-------------+-----------------+-----------------+--+
   ```
   Query statistics:
   ```
   +-----------+-----------------+-----------------+--+
   | count(1)  | min(SELLER_ID)  | max(SELLER_ID)  |
   +-----------+-----------------+-----------------+--+
   | 33978532  | 153377548       | 2180252014      |
   +-----------+-----------------+-----------------+--+
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to