This is an automated email from the ASF dual-hosted git repository.
wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.
from 239ee3f [SPARK-9853][CORE] Optimize shuffle fetch of continuous
partition IDs
add 4b902d3 [SPARK-29491][SQL] Add bit_count function support
No new revisions were added by this update.
Summary of changes:
.../sql/catalyst/analysis/FunctionRegistry.scala | 1 +
.../catalyst/expressions/bitwiseExpressions.scala | 32 ++++
.../test/resources/sql-tests/inputs/bitwise.sql | 39 +++++
.../resources/sql-tests/results/bitwise.sql.out | 164 +++++++++++++++++++++
4 files changed, 236 insertions(+)
create mode 100644 sql/core/src/test/resources/sql-tests/inputs/bitwise.sql
create mode 100644
sql/core/src/test/resources/sql-tests/results/bitwise.sql.out
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]