Bowen Ding

Results 26 issues of Bowen Ding

According to Android doc ![BluetoothGattServer.addService](https://developer.android.com/reference/android/bluetooth/BluetoothGattServer.html#addService(android.bluetooth.BluetoothGattService)): > The BluetoothGattServerCallback.onServiceAdded(int, BluetoothGattService) callback will indicate whether this service has been added successfully. Do not add another service before this callback. The current codes...

### What changes are proposed in this pull request? Please outline the changes and how this PR fixes the issue. ### Why are the changes needed? Please clarify why the...

### What changes are proposed in this pull request? Please outline the changes and how this PR fixes the issue. ### Why are the changes needed? Please clarify why the...

stale

### What changes are proposed in this pull request? A specialized `PageId` when it's part of a block. ### Why are the changes needed? Faster comparison of block ID as...

**Alluxio Version:** What version of Alluxio are you using? Current master **Describe the bug** When using RocksDB as store type, the paged block store fails to open RocksDB, therefore worker...

type-bug

**Alluxio Version:** What version of Alluxio are you using? current master **Describe the bug** When using the paged block store, block master cannot find a tier in the global tier...

type-bug

Presto 0.254.1 Hive 2.3.8 ``` presto:iceberg_test> create table person (name varchar, age int, id int) with (location = 'file:///home/dbw/testdb/person5/', format = 'parquet'); CREATE TABLE presto:iceberg_test> insert into person values ('alice',...

Add storage plugin for IPFS. See detailed introduction [here](https://github.com/bdchain/Minerva). TODOs: - [x] Port to Drill 1.18.0 - [ ] Add more tests - [x] Support JSON reader ------ Authors: This...

enhancement
documentation
new-storage