This problem is repeatable with CASE, COALESCE, IF, NULLIF, LEAST, GREATEST.
This problem is not repeatable with IFNULL, which does preserve exact data types.
FLOAT is converted to DOUBLE
CREATE OR REPLACE TABLE t1 (a FLOAT(10,2));
|
CREATE OR REPLACE TABLE t2 AS SELECT COALESCE(a) FROM t1;
|
DESCRIBE t2;
|
+-------------+--------------+------+-----+---------+-------+
|
| Field | Type | Null | Key | Default | Extra |
|
+-------------+--------------+------+-----+---------+-------+
|
| COALESCE(a) | double(10,2) | YES | | NULL | |
|
+-------------+--------------+------+-----+---------+-------+
|
CREATE OR REPLACE TABLE t1 (a FLOAT(10,2));
|
CREATE OR REPLACE TABLE t2 AS SELECT LEAST(a,a) FROM t1;
|
DESCRIBE t2;
|
+------------+--------------+------+-----+---------+-------+
|
| Field | Type | Null | Key | Default | Extra |
|
+------------+--------------+------+-----+---------+-------+
|
| LEAST(a,a) | double(19,2) | YES | | NULL | |
|
+------------+--------------+------+-----+---------+-------+
|
TINYINT is converted to INT
CREATE OR REPLACE TABLE t1 (a TINYINT(1));
|
CREATE OR REPLACE TABLE t2 AS SELECT COALESCE(a) FROM t1;
|
DESCRIBE t2;
|
+-------------+--------+------+-----+---------+-------+
|
| Field | Type | Null | Key | Default | Extra |
|
+-------------+--------+------+-----+---------+-------+
|
| COALESCE(a) | int(4) | YES | | NULL | |
|
+-------------+--------+------+-----+---------+-------+
|
CREATE OR REPLACE TABLE t1 (a TINYINT(1));
|
CREATE OR REPLACE TABLE t2 AS SELECT LEAST(a,a) FROM t1;
|
DESCRIBE t2;
|
+------------+--------+------+-----+---------+-------+
|
| Field | Type | Null | Key | Default | Extra |
|
+------------+--------+------+-----+---------+-------+
|
| LEAST(a,a) | int(4) | YES | | NULL | |
|
+------------+--------+------+-----+---------+-------+
|
UNION
Unlike hybrid functions, UNION correctly preserves the exact data types:
CREATE OR REPLACE TABLE t1 (a FLOAT(10,2));
|
CREATE OR REPLACE TABLE t2 AS SELECT a FROM t1 UNION SELECT a FROM t1;
|
DESCRIBE t2;
|
+-------+-------------+------+-----+---------+-------+
|
| Field | Type | Null | Key | Default | Extra |
|
+-------+-------------+------+-----+---------+-------+
|
| a | float(10,2) | YES | | NULL | |
|
+-------+-------------+------+-----+---------+-------+
|
CREATE OR REPLACE TABLE t1 (a TINYINT(1));
|
CREATE OR REPLACE TABLE t2 AS SELECT a FROM t1 UNION SELECT a FROM t1;
|
DESCRIBE t2;
|
+-------+------------+------+-----+---------+-------+
|
| Field | Type | Null | Key | Default | Extra |
|
+-------+------------+------+-----+---------+-------+
|
| a | tinyint(4) | YES | | NULL | |
|
+-------+------------+------+-----+---------+-------+
|
Hybrid functions should be fixed to preserve the exact data types, like UNION does.
Note, UNION is probably wrong with returning tinyint(4) instead of tinyint(1). But this problem will be addressed separately.
{"report":{"fcp":1103.5,"ttfb":347.2999999523163,"pageVisibility":"visible","entityId":61102,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"91f974ef-5bd1-4c7d-8039-6b0b1b21be64","navigationType":0,"readyForUser":1214.7000000476837,"redirectCount":0,"resourceLoadedEnd":1275.2999999523163,"resourceLoadedStart":353.59999990463257,"resourceTiming":[{"duration":141.79999995231628,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":353.59999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":353.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":495.39999985694885,"responseStart":0,"secureConnectionStart":0},{"duration":141.90000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":353.89999985694885,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":353.89999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":495.7999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":173.79999995231628,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":354.09999990463257,"connectEnd":354.09999990463257,"connectStart":354.09999990463257,"domainLookupEnd":354.09999990463257,"domainLookupStart":354.09999990463257,"fetchStart":354.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":354.09999990463257,"responseEnd":527.8999998569489,"responseStart":527.8999998569489,"secureConnectionStart":354.09999990463257},{"duration":275,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":354.2000000476837,"connectEnd":354.2000000476837,"connectStart":354.2000000476837,"domainLookupEnd":354.2000000476837,"domainLookupStart":354.2000000476837,"fetchStart":354.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":354.2000000476837,"responseEnd":629.2000000476837,"responseStart":629.2000000476837,"secureConnectionStart":354.2000000476837},{"duration":278.89999985694885,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":354.7000000476837,"connectEnd":354.7000000476837,"connectStart":354.7000000476837,"domainLookupEnd":354.7000000476837,"domainLookupStart":354.7000000476837,"fetchStart":354.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":354.7000000476837,"responseEnd":633.5999999046326,"responseStart":633.5999999046326,"secureConnectionStart":354.7000000476837},{"duration":279.2000000476837,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":354.89999985694885,"connectEnd":354.89999985694885,"connectStart":354.89999985694885,"domainLookupEnd":354.89999985694885,"domainLookupStart":354.89999985694885,"fetchStart":354.89999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":354.89999985694885,"responseEnd":634.0999999046326,"responseStart":634.0999999046326,"secureConnectionStart":354.89999985694885},{"duration":279.7000000476837,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":355,"connectEnd":355,"connectStart":355,"domainLookupEnd":355,"domainLookupStart":355,"fetchStart":355,"redirectEnd":0,"redirectStart":0,"requestStart":355,"responseEnd":634.7000000476837,"responseStart":634.7000000476837,"secureConnectionStart":355},{"duration":346.89999985694885,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":355.2000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":355.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":702.0999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":279.80000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":355.39999985694885,"connectEnd":355.39999985694885,"connectStart":355.39999985694885,"domainLookupEnd":355.39999985694885,"domainLookupStart":355.39999985694885,"fetchStart":355.39999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":355.39999985694885,"responseEnd":635.2000000476837,"responseStart":635.2000000476837,"secureConnectionStart":355.39999985694885},{"duration":346.90000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":355.59999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":355.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":702.5,"responseStart":0,"secureConnectionStart":0},{"duration":280.19999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/5d5e8fe91fbc506585e83ea3b62ccc4b-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":355.7000000476837,"connectEnd":355.7000000476837,"connectStart":355.7000000476837,"domainLookupEnd":355.7000000476837,"domainLookupStart":355.7000000476837,"fetchStart":355.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":355.7000000476837,"responseEnd":635.8999998569489,"responseStart":635.8999998569489,"secureConnectionStart":355.7000000476837},{"duration":555.0999999046326,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":356.7999999523163,"connectEnd":356.7999999523163,"connectStart":356.7999999523163,"domainLookupEnd":356.7999999523163,"domainLookupStart":356.7999999523163,"fetchStart":356.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":356.7999999523163,"responseEnd":911.8999998569489,"responseStart":911.8999998569489,"secureConnectionStart":356.7999999523163},{"duration":846.9000000953674,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":356.89999985694885,"connectEnd":356.89999985694885,"connectStart":356.89999985694885,"domainLookupEnd":356.89999985694885,"domainLookupStart":356.89999985694885,"fetchStart":356.89999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":356.89999985694885,"responseEnd":1203.7999999523163,"responseStart":1203.7999999523163,"secureConnectionStart":356.89999985694885},{"duration":185.59999990463257,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":735,"connectEnd":735,"connectStart":735,"domainLookupEnd":735,"domainLookupStart":735,"fetchStart":735,"redirectEnd":0,"redirectStart":0,"requestStart":735,"responseEnd":920.5999999046326,"responseStart":920.5999999046326,"secureConnectionStart":735},{"duration":227.29999995231628,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/css/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":1048,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1048,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1275.2999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":208.40000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-project.issue.navigator,-jira.view.issue,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":1049.0999999046326,"connectEnd":1049.0999999046326,"connectStart":1049.0999999046326,"domainLookupEnd":1049.0999999046326,"domainLookupStart":1049.0999999046326,"fetchStart":1049.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":1049.0999999046326,"responseEnd":1257.5,"responseStart":1257.5,"secureConnectionStart":1049.0999999046326},{"duration":216.20000004768372,"initiatorType":"script","name":"https://jira.mariadb.org/s/097ae97cb8fbec7d6ea4bbb1f26955b9-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/js/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":1049.5999999046326,"connectEnd":1049.5999999046326,"connectStart":1049.5999999046326,"domainLookupEnd":1049.5999999046326,"domainLookupStart":1049.5999999046326,"fetchStart":1049.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":1049.5999999046326,"responseEnd":1265.7999999523163,"responseStart":1265.7999999523163,"secureConnectionStart":1049.5999999046326},{"duration":248.5,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1093.2999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1093.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1341.7999999523163,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":174,"responseStart":348,"responseEnd":351,"domLoading":351,"domInteractive":1380,"domContentLoadedEventStart":1380,"domContentLoadedEventEnd":1437,"domComplete":1728,"loadEventStart":1729,"loadEventEnd":1729,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1349.7999999523163},{"name":"bigPipe.sidebar-id.end","time":1350.7999999523163},{"name":"bigPipe.activity-panel-pipe-id.start","time":1351},{"name":"bigPipe.activity-panel-pipe-id.end","time":1352},{"name":"activityTabFullyLoaded","time":1464.8999998569489}],"measures":[],"correlationId":"1863137e475835","effectiveType":"4g","downlink":9.1,"rtt":0,"serverDuration":104,"dbReadsTimeInMs":14,"dbConnsTimeInMs":23,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
OK to push