Kousuke Saruta

Results 10 issues of Kousuke Saruta

AVRO-3867 ## What is the purpose of the change This PR fixes an issue that the link to the Python API doc in the web site is broken. I built...

build
Python

## What is the purpose of the change According to the specification, each portion of a namespace separated by dot should be `[a-zA-Z_][a-zA-Z0-9_]`. https://avro.apache.org/docs/1.11.1/specification/#names ``` The name portion of the...

Java

AVRO-3857 ## What is the purpose of the change This PR aims to automate dist build. Currently, the dist build process is not fully automated especially the document. With this...

build
Python

AVRO-3841 ## What is the purpose of the change This PR proposes to slightly change the specification of the way to encode float/double values. The specification says about the way...

Ruby
Python
C#
website

This PR proposes to introduce a feature to allow users to configure timeout for password initialization through an environment variable, which resolves #35 In the Spark community, `OracleIntegrationSuite` which uses...

### What changes were proposed in this pull request? This PR backports #53364 to `branch-3.5`. This PR aims to escape user name displayed in historypage. ### Why are the changes...

WEB UI

### What changes were proposed in this pull request? This PR backports #53364 to `branch-4.0`. This PR aims to escape user name displayed in historypage. ### Why are the changes...

WEB UI

### What changes were proposed in this pull request? This PR backports #53366 to `branch-3.5`. This PR aims to check offset and length on copying in `UTF8String#reverse`. For details, see...

SQL

### What changes were proposed in this pull request? This PR backports #53366 to `branch-4.0`. This PR aims to check offset and length on copying in `UTF8String#reverse`. For details, see...

SQL

### What changes were proposed in this pull request? This PR fixes race condition issues between `unlock` and `releaseAllLocksForTask` in `BlockInfoManager`. In case read locks for a block acquired by...

CORE