FeatureBaseDB / featurebase

A crazy fast analytical database, built on bitmaps. Perfect for ML applications. Learn more at: http://docs.featurebase.com/. Start a Docker instance: https://hub.docker.com/r/featurebasedb/featurebase
https://www.featurebase.com
Apache License 2.0
2.53k stars 231 forks source link

tidy up show tables behavior #2374

Closed paddyjok closed 1 year ago

paddyjok commented 1 year ago

This PR changes show tables functionality in the following ways:

  1. all tables are sorted by ID in the output
  2. system tables (currently predicated by a "fb_" name prefix) are filtered out by default
  3. show tables now has a with system option to show system tables
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
18.6% 18.6% Duplication