Jeff Ding
Jeff Ding
backtrace: ` #0 0x000000000074986c in boost::intrusive::list_node_traits::get_previous (n=@0x7fffffff96c0: 0x8e) at /opt/scylladb/include/boost/intrusive/detail/list_node.hpp:54 #1 0x00000000007dc731 in boost::intrusive::circular_list_algorithms::transfer (p=@0x7fffffff96c0: 0x8e, i=@0x7fffffff96b0: 0x302bddb67028) at /opt/scylladb/include/boost/intrusive/circular_list_algorithms.hpp:284 #2 0x00000000007d6e7b in boost::intrusive::list_impl::splice (this=0x30000027bb30, p=..., x=..., new_ele=...) at /opt/scylladb/include/boost/intrusive/list.hpp:928...
the second client connection is blocked
Build Nextcloud client got error ``` sudo docker build -t nextcloud-client-win32:1.0 client/admin/win/docker/ [sudo] password for tracymacding: Sending build context to Docker daemon 4.608kB Step 1/15 : FROM opensuse:42.1 ---> 4d74fa6343be...
## Why I'm doing: ## What I'm doing: The pr wants to address the issue where parallel scans enabled for cloud-native tables but were not effectively taking place. There are...
## Why I'm doing: In version 3.3, we have implemented the capability of fast schema evolution in the cloud native table. When executing DDL, there is no need to rewrite...
## Why I'm doing: To improve data file vacuuming for cloud native table, some enhancements made in this pr: 1. Add storage size property for cloud native partition 2. Start...
## Why I'm doing: ## What I'm doing: This PR adds support for exporting ARRAY type columns when using INSERT INTO FILES with CSV format. Previously, all complex types (ARRAY,...
This PR adds support for including a header row in CSV file exports: 1. EXPORT statement: Add `with_header` property to include column names as the first row in exported CSV...
Add GZIP/SNAPPY/ZSTD/LZ4 compression support to CSV exports via INSERT INTO FILES. Users can now specify 'compression'='gzip' to compress CSV output files, which automatically generates .csv.gz files. **Key changes:** 1. Add...