[ 
https://issues.apache.org/jira/browse/CASSANDRA-19475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17827876#comment-17827876
 ] 

Stefan Miklosovic commented on CASSANDRA-19475:
-----------------------------------------------

[CASSANDRA-19475-5.0|https://github.com/instaclustr/cassandra/tree/CASSANDRA-19475-5.0]
{noformat}
java17_pre-commit_tests                         
  ✓ j17_build                                        4m 11s
  ✓ j17_cqlsh_dtests_py311                            6m 2s
  ✓ j17_cqlsh_dtests_py311_vnode                     6m 12s
  ✓ j17_cqlsh_dtests_py38                            5m 51s
  ✓ j17_cqlsh_dtests_py38_vnode                      6m 35s
  ✓ j17_cqlshlib_cython_tests                        7m 20s
  ✓ j17_cqlshlib_tests                               6m 13s
  ✓ j17_dtests                                      31m 29s
  ✓ j17_dtests_latest_repeat                         0m 40s
  ✓ j17_dtests_vnode                                32m 51s
  ✓ j17_jvm_dtests                                  21m 25s
  ✓ j17_jvm_dtests_latest_vnode                     14m 28s
  ✓ j17_jvm_dtests_latest_vnode_repeat               0m 12s
  ✓ j17_unit_tests                                   15m 0s
  ✓ j17_unit_tests_repeat                            3m 21s
  ✓ j17_utests_latest                               15m 22s
  ✓ j17_utests_latest_repeat                         3m 27s
  ✓ j17_utests_oa                                   15m 37s
  ✓ j17_utests_oa_repeat                             3m 22s
  ✕ j17_dtests_latest                               31m 58s
      configuration_test.TestConfiguration test_change_durable_writes
java17_separate_tests                            
java11_pre-commit_tests                         
java11_separate_tests                            
{noformat}

[java17_pre-commit_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/4032/workflows/ff89694a-7940-4023-a588-d61e0898ed98]
[java17_separate_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/4032/workflows/5455310a-c21e-4319-bcea-a06482b79ab8]
[java11_pre-commit_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/4032/workflows/ef77db14-9214-40e6-abc6-78a2f0bf1f23]
[java11_separate_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/4032/workflows/c558fc05-7e5b-4e2c-81da-15743ea2d28a]


> 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
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to