-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does it not support array? #11
Comments
Right now, arrays are not supported. I will try to get this working, but it needs some tweaking of the underlying JDBC driver as well, see for example ClickHouse/clickhouse-java#300 What would you expect from array support in MetaBase? Simply display a comma-separated String? |
I want to use func of array,such as uniqArray |
Hi, Thanks for this great plugin. Since the new version of the JDBC driver that includes your PR, do you think it would be possible to enhance the display of Arrays? |
I think I'll still have to override |
@enqueue Thanks a lot, it is working perfectly well! Do you think it would be hard to had some "basic" filtering on it (check if element is in array, for instance)? |
As far as I can see, there is currently no explicit filtering support for array contents in Metabase (see e.g. [metabase/metabase#2974]). We could try and hack something in the driver, but that would not be a sustainable solution. |
[Ljava.lang.String;@3fbd63e5
The text was updated successfully, but these errors were encountered: