bzhao

Results 20 issues of bzhao

The input parameter of nsmallest should be validated as Integer. So I think we might miss this validation. And PySpark will raise Error when we input the strange types into...

CORE
PYTHON
PANDAS API ON SPARK

We need to follow the pandas behavior of prefix/suffix parameter validation in add_prefix/add_suffix. Now, we force to validate it as a String type. But pandas looks all values which can...

CORE
PYTHON
PANDAS API ON SPARK

window and min_periods parameters is not be validated in rolling function. ### What changes were proposed in this pull request? Validate the said 2 parameters to be a integer only...

CORE
PYTHON
PANDAS API ON SPARK

Pandas disallow conversion between datetime/timedelta and conversions for any datetimelike to float. This will raise error in PYSPARK, during we simply call a DatetimeIndex. So we need to avoid to...

SQL
CORE
PYTHON
PANDAS API ON SPARK

Provide a graceful error msg to users when they build Index with different dtypes. ### What changes were proposed in this pull request? Raise a graceful error when users create...

CORE
PYTHON
PANDAS API ON SPARK

### What changes were proposed in this pull request? Add more pyspark pandas Index func which is similar with pandas. ### Why are the changes needed? Add where and putmask...

CORE
PYTHON
PANDAS API ON SPARK

Currently, as doc description of pyspark pandas and pandas itself, these 2 options are only support 1-char input, so let's make pyspark pandas follow this behavior. Issue affected: https://issues.apache.org/jira/browse/SPARK-39654 ###...

CORE
PYTHON
PANDAS API ON SPARK

So apologized that openLab was EOL recently. We are no choice and forced to close openlab services. That means the original regression test on openLab ARM machines are dead forever....

type: bug

Hi hyperscan team, I'm an newbee for hyperscan project. I'm so excited to have a conversation with you. We have a plan to make hyperscan to support ARM64 function. And...

We introduce 3 options for supporting specify the K8S pod scheduler name. ## What is the purpose of the change *(For example: This pull request makes task deployment go through...

component=Deployment/Kubernetes