StarRocks is a next-gen sub-second MPP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics and ad-hoc query.
Steps to reproduce the behavior (Required)
query via mysql client
select cast('2.2' as float) != '' as c
Expected behavior (Required)
c
1
Real behavior (Required)
c
NULL
StarRocks version (Required)
version:
2.3.0-RC01 e14245a
Steps to reproduce the behavior (Required)
CREATE TABLE '...'
INSERT INTO '....'
SELECT '....'
Expected behavior (Required)
Real behavior (Required)
Schema change failed:
StarRocks version (Required)
You can get the StarRocks version by executing SQL select current_version()
Steps to reproduce the behavior (Required)
select ref_2.wp_access_date_sk as c0, ref_2.wp_web_page_id as c1, subq_0.c4 as c2, ref_3.web_zip as c3, ref_2.wp_image_count as c4, ref_2.wp_web_page_sk as c5, random() as c6, ref_2.wp_url as c7, ref_2.wp_autogen_flag as c8,...
Steps to reproduce the behavior (Required)
*** Aborted at 1675426448 (unix time) try "date -d @1675426448" if you are using GNU date ***
PC: @ 0x7f195e77f387 __GI_raise
*** SIGABRT (@0x3eb00034636) received by PID 214582 (TID 0x7f14017f9700) from PID 214582; stack trace: ***
@ 0x6189be...
Steps to reproduce the behavior (Required)
DROP DATABASE IF EXISTS w0;
CREATE DATABASE w0;
USE w0;
admin set frontend config ("enable_decimal_v3" = "true");
CREATE TABLE IF NOT EXISTS t0 (c_0_0 VARCHAR(31) NULL ,c_0_1 DECIMAL(9, 1) NULL ,c_0_2 ARRAY<INT> NOT NULL ,c_0_3 ARRAY<STRING> N...
Metabase connector request
Metabase is the BI tool with the friendly UX and integrated tooling to let your company explore data on their own
I created a feature request on Metabase repository too metabase/metabase#28081
⬇️ Please click the 👍 reaction instead of leaving a +1 or update? comment
Enhancement
Create Materialized view works without any storage medium property, but it shows as HDD although we have only 1 disk SSD and also create works when HDD is set explicitly , & create gives no error, but shows failed in task_runs when SSD is set explicitly in create like below.
To simpl...
Steps to reproduce the behavior (Required)
deploy StarRocks using Kubernetes with 3 fe node.
delete one pod.
execute show frontends
Expected behavior (Required)
Real behavior (Required)
show frontends is very slow.
StarRocks version (Required)
You can get the StarRocks version by executing SQL s...