Jake-00
Jake-00
I have created some tables without setting storage policy, after a while, I have been adding new storage policy in config.xml, and wanna add storage policy for existing table, when...
…nericExecutor ### Prepare a Pull Request - Title: [BitSail-465][Fix] fix NullPointerException of function testCreateGenericExecutor - Fixes: #465 > **Please change the PR title and the related issue number refer to...
### What happened After running maven command `mvn install`, it would raise error shown below ``` ------------------------------------------------------------------------------- Test set: com.bytedance.bitsail.test.e2e.executor.generic.GenericExecutorTest ------------------------------------------------------------------------------- Tests run: 1, Failures: 0, Errors: 1, Skipped: 0,...
### Description For `FtpConnector`, currently we can specify directories to read by setting configuration json file using option `path_list`, but it can't specify several files' path to read. Suggetion: 1....
### Description [JuiceFS](https://github.com/juicedata/juicefs) is a high-performance file system, supporting to read files from JuiceFS can enrich BitSail's source diversity and bridge these two promising projects. ### Your use scenarios To...
## Is your feature request related to a problem? Please describe Current **LocalFileSystemSource** can only support single concurrency. To support multiple concurrency in the connector would improve efficiency. ## Describe...
**Summary** Currently Databend's sort algorithm using MergSort based on **heap**. The main algorithms of multiple merging include heap sort, winner tree and loser tree. In these three algorithms, each heap...