dremio-oss
dremio-oss copied to clipboard
Dremio - the missing link in modern data
… and Kerberos. If you run the Dremio application as `dremio` but use a keytab for a user named `data_reader`, then YARN will fail to start with an error saying...
In some circumstances when dealing with mixed schema, an exception can result where the code generator attempts to give a UnionHolder to the `write` function in JsonWriter. It seemed reasonable...
We've developed a Grafana plugin, and have noticed things work smoother when we can use a smaller number of requests. 500 seems like an unreasonably low limit (clients who can't...
POSIX mode is required for building in some cases on OSX systems. See similar issues other people have found in other projects: https://issues.apache.org/jira/browse/MPOM-132 https://github.com/openhab/openhab-distro/issues/433 https://issues.jboss.org/browse/KEYCLOAK-4563?_sscc=t https://stackoverflow.com/questions/33819438/maven-assembly-plugin-group-id-1377585961-is-too-big-error etc.
If the user-supplied string is a valid regex, we can treat it as such to allow users to filter using a regex. If the filter is not a valid regex...
Per NIST guidelines: 1. "Memorized secrets SHALL be at least 8 characters in length if chosen by the subscriber." 2. "Verifiers SHOULD NOT impose other composition rules (e.g., requiring mixtures...
If an info schema query comes along and doesn't fit the pattern that allows the filter to be pushed down can result in this RPC call timing out. Most of...
This PR adds DynamicDBFeatures.INI specific for Dremio. DynamicDBFeatures.INI is specific for certain Oracle BI products: - Oracle Business Intelligence EE (OBIEE) - Oracle Data Visualization Desktop (ODVD). (this might be...
It was impossible to connect Dremio to Knowage, an open source business intelligence platform through JDBC bridge. The main cause was the method com.dremio.jdbc.impl.isValid() was unsupported. It appeared that the...
…lt for LEAD function remove partition done check for normal copyNext to fix incorrect result for LEAD function