You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also slashes. Probably some other such symbols.
They are not supported in ROW tables and shouldn't be in COLUMN tables as well.
Example:
CREATE TABLE `/olap-testing-vla-common3/kikimr/slonn/database-1/pnv1/all_stock_data2` (
`Date` Text NOT NULL,
`Ticker` Text NOT NULL,
`Open` Double,
`High` Double,
`Low` Double,
`Close` Double,
`Volume` Double NOT NULL,
`Dividends` Double NOT NULL,
`Stock Splits` Text NOT NULL,
PRIMARY KEY (`Date`, `Ticker`)
)
WITH (
STORE = COLUMN
);
Executes successfully, but fails after replacing COLUMN with ROW.
The text was updated successfully, but these errors were encountered:
Also slashes. Probably some other such symbols.
They are not supported in ROW tables and shouldn't be in COLUMN tables as well.
Example:
Executes successfully, but fails after replacing COLUMN with ROW.
The text was updated successfully, but these errors were encountered: