impala icon indicating copy to clipboard operation
impala copied to clipboard

Apache Impala

Results 37 impala issues
Sort by recently updated
recently updated
newest added

Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.4.2 to 3.4.0. Commits f0881ba Cut 3.4.0 3e4bdf9 Changelog/comment updates 30b447b Linting 33508c9 Expand MessageOrderError use to handle more packet types 96db1e2 Raise exception when sequence numbers...

dependencies
python

Bumps [cryptography](https://github.com/pyca/cryptography) from 1.8.1 to 42.0.2. Changelog Sourced from cryptography's changelog. 42.0.2 - 2024-01-30 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.1. * Fixed an...

dependencies
python

Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.72 to 1.73. Changelog Sourced from org.bouncycastle:bcpkix-jdk18on's changelog. 2.1.1 Version Release: 1.78 Date:      TBD 2.1.1 Version Release: 1.78 Date:      TBD 2.2.1 Version Release: 1.77 Date:      2023, November...

dependencies
java

Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 1.3.166 to 2.2.220. Release notes Sourced from com.h2database:h2's releases. Version 2.2.220 Changes since 2.1.214 release: ... (truncated) Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.h2database:h2&package-manager=maven&previous-version=1.3.166&new-version=2.2.220)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies
java

Bumps [bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.72 to 1.74. Changelog Sourced from bcprov-jdk18on's changelog. 2.1.1 Version Release: 1.76 Date:      TBD 2.2.1 Version Release: 1.75 Date:      2023, June 21st 2.3.1 Version Release: 1.74 Date:     ...

dependencies
java

**Related Issue** - https://issues.apache.org/jira/projects/IMPALA/issues/IMPALA-12659 **Description** Corrected errors in the document to improve user usability

When compiling Impala 3.4.0, I encountered an issue due to the outdated repository URLs for Apache Ant and Apache Maven. After updating the version URLs, I was able to successfully...

Some metrics name in Java 11 contains single quote(example: `CodeHeap 'profiled methods'`). Single quote not allowed for prometheus metrics. This fix resolve this issue by replace single quote with underscore.

fix the bug IMPALA-12322, which is get wrong timestamp when scan kudu timestamp with timezone

### Related Issue * https://issues.apache.org/jira/projects/IMPALA/issues/IMPALA-12291 ### Description * When HDFS is ranger enabled, current impala fe doesn't check ranger policy but hadoop inode permission * New feature adds getAvailableAccessLevel() method...