yangshijie
yangshijie
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ```SQL CREATE TABLE t0 ( c0 TEXT NOT NULL ); INSERT INTO...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ```SQL CREATE TABLE t0 ( c0 double unsigned zerofill NULL ); INSERT...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ```SQL CREATE TABLE t0 ( c0 bigint unsigned, KEY i0 (c0) );...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ```SQL CREATE TABLE t0 ( c0 decimal(10, 0) NOT NULL, c1 float...
## Proposed changes Issue Number: close #xxx pr https://github.com/apache/doris/pull/32580 and https://github.com/apache/doris/pull/33968 legacy work. - before this pr: ```shell mysql> select id, is_ip_address_in_range(addr, '192.168.100.0/24') from test_is_ip_address_in_range_function order by id; ERROR 1105...