[
https://issues.apache.org/jira/browse/CASSANDRA-19475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Miklosovic updated CASSANDRA-19475:
------------------------------------------
Description:
4.1+ gives
{noformat}
cqlsh> select value from system_views.settings where name =
'data_file_directories';
value
------------------------------
[Ljava.lang.String;@21b4c4bb
{noformat}
should be
{noformat}
cqlsh> select value from system_views.settings where name =
'data_file_directories';
value
----------------------------------------------------------------------------
[/home/fermat/dev/cassandra/cassandra-instaclustr/cassandra-4.1/data/data]
{noformat}
was:
4.1+ gives
{noformat}
cqlsh> select value from system_views.settings where name =
'data_file_directories'; value
------------------------------
[Ljava.lang.String;@21b4c4bb
{noformat}
should be
{noformat}
cqlsh> select value from system_views.settings where name =
'data_file_directories'; value
----------------------------------------------------------------------------
[/home/fermat/dev/cassandra/cassandra-instaclustr/cassandra-4.1/data/data]
{noformat}
> system_views.settings incorrectly handle array types
> ----------------------------------------------------
>
> Key: CASSANDRA-19475
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19475
> Project: Cassandra
> Issue Type: Bug
> Components: Feature/Virtual Tables
> Reporter: Stefan Miklosovic
> Assignee: Stefan Miklosovic
> Priority: Normal
> Fix For: 4.1.x, 5.0-rc, 5.x
>
>
> 4.1+ gives
> {noformat}
> cqlsh> select value from system_views.settings where name =
> 'data_file_directories';
> value
> ------------------------------
> [Ljava.lang.String;@21b4c4bb
> {noformat}
>
> should be
>
> {noformat}
> cqlsh> select value from system_views.settings where name =
> 'data_file_directories';
> value
> ----------------------------------------------------------------------------
> [/home/fermat/dev/cassandra/cassandra-instaclustr/cassandra-4.1/data/data]
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]