1. ce80782 IMPALA-13111: Fix the calculation of fragment ids for impala-gdb.py by Joe McDonnell · 4 days ago master
  2. 825900f IMPALA-13057: Incorporate tuple/slot information into tuple cache key by Joe McDonnell · 4 weeks ago
  3. 1324a6e IMPALA-13108: Update version to 4.5.0-SNAPSHOT by Zoltan Borok-Nagy · 9 days ago
  4. 3e1b105 IMPALA-13107: Don't start query on executor if instance number equals 0 by wzhou-code · 10 days ago
  5. 2e093bb IMPALA-13085: Add warning and NULL out DECIMAL values in Iceberg metadata tables by Daniel Becker · 3 weeks ago
  6. d0237fb IMPALA-8042: Assign BETWEEN selectivity for discrete-unique column by Riza Suminto · 7 weeks ago
  7. 8a6f282 IMPALA-13105: Fix multiple imported query profiles fail to import/clear at once by Surya Hebbar · 3 weeks ago
  8. b975165 IMPALA-13034: Add logs and counters for HTTP profile requests blocking client fetches by stiga-huang · 4 weeks ago
  9. e35f818 IMPALA-13102: Normalize invalid column stats from HMS by stiga-huang · 13 days ago
  10. 98739a8 IMPALA-13083: Clarify REASON_MEM_LIMIT_TOO_LOW_FOR_RESERVATION by Riza Suminto · 3 weeks ago
  11. 9672312 IMPALA-11735: Handle CREATE_TABLE event when the db is invisible to the by Sai Hemanth Gantasala · 2 months ago
  12. ae6846b IMPALA-12800: Skip O(n^2) ExprSubstitutionMap::verify() for release builds by Joe McDonnell · 14 days ago
  13. aa01079 IMPALA-13040: (addendum) Inject larger delay for sanitized build by Riza Suminto · 3 weeks ago
  14. e5fdcb4 IMPALA-13091: query_test.test_iceberg.TestIcebergV2Table.test_metadata_tables fails on an expected constant by Daniel Becker · 2 weeks ago
  15. bcff4df IMPALA-13020 (part 2): Split out external vs internal Thrift max message size by Joe McDonnell · 3 weeks ago
  16. 13df823 IMPALA-13020 (part 1): Change thrift_rpc_max_message_size to int64_t by Joe McDonnell · 5 weeks ago
  17. 3a8eb99 IMPALA-13055: Some Iceberg metadata table tests don't assert by Gabor Kaszab · 4 weeks ago
  18. 7550eb6 IMPALA-12559 (part 2): Fix build issue for different versions of openssl by wzhou-code · 3 weeks ago
  19. bbfba13 IMPALA-13079: Add support for FLOAT/DOUBLE in Iceberg metadata tables by Daniel Becker · 3 weeks ago
  20. 34c084c IMPALA-12559: Support x5c Parameter for RSA JSON Web Keys by gaurav1086 · 6 weeks ago
  21. 3b35ddc IMPALA-13051: Speed up, refactor query log tests by Michael Smith · 6 weeks ago
  22. 0d215da IMPALA-13038: Support profile tab for imported query profiles by Surya Hebbar · 4 weeks ago
  23. aba27ed IMPALA-13036: Document Iceberg metadata tables by Daniel Becker · 5 weeks ago
  24. aac7f52 IMPALA-11328: [DOCS] Fix incorrect default value for max_errors by m-sanjana19 · 3 weeks ago
  25. 3cbb3be IMPALA-13018: Block push down of conjuncts with implicit casting on base columns for jdbc tables by wzhou-code · 4 weeks ago
  26. 68f8a6a IMPALA-12607: Bump the GBN and fetch events specific to the db/table by Sai Hemanth Gantasala · 4 months ago
  27. 09d2f10 IMPALA-13040: Add waiting mechanism in UpdateFilterFromRemote by Riza Suminto · 5 weeks ago
  28. d1d28c0 IMPALA-10451: Fix avro table loading failures caused by HIVE-24157 by Joe McDonnell · 4 weeks ago
  29. 85cd07a IMPALA-11499: Refactor UrlEncode function to handle special characters by pranavyl · 6 months ago
  30. 2a3ce20 IMPALA-12934: Added Calcite parsing files to Impala by Steve Carlin · 3 months ago
  31. fdb87a7 IMPALA-13058: Init first_arrival_time_ and completion_time_ with -1 by Riza Suminto · 4 weeks ago
  32. 1233ac3 IMPALA-13061: Create query live as external table by Michael Smith · 4 weeks ago
  33. 086cf6b IMPALA-13054: Avoid revisiting children in QueryStateExpanded by Michael Smith · 5 weeks ago
  34. ee21427 IMPALA-13009: Fix catalogd not sending deletion updates for some dropped partitions by stiga-huang · 7 weeks ago
  35. 7c98ebb IMPALA-12977: add search and pagination to /hadoop-varz by Saurabh Katiyal · 7 weeks ago
  36. 0d01f5e IMPALA-13053: Update test to use ORC files by Michael Smith · 5 weeks ago
  37. f75745e IMPALA-13035: Querying metadata tables from non-Iceberg tables throws IllegalArgumentException by Daniel Becker · 5 weeks ago
  38. 7ad9400 IMPALA-13044: Upgrade bouncycastle to 1.78 by Peter Rozsa · 5 weeks ago
  39. 5b70e48 IMPALA-13031: Enhancing logging for spilling configuration with local buffer directory details by Yida Wu · 6 weeks ago
  40. 08f8a30 IMPALA-12910: Support running TPCH/TPCDS queries for JDBC tables by wzhou-code · 8 weeks ago
  41. d09c502 IMPALA-13049: Add dependency management for log4j2 to use 2.18.0 by Joe McDonnell · 5 weeks ago
  42. 20f908b IMPALA-13046: Update Iceberg mixed format deletes test by Michael Smith · 5 weeks ago
  43. b35aa81 IMPALA-13045: Wait for impala_query_live to exist by Michael Smith · 5 weeks ago
  44. 56f35ad IMPALA-12684: Enable IMPALA_COMPRESSED_DEBUG_INFO by default by Joe McDonnell · 5 months ago
  45. 712a37b IMPALA-12997: Use graceful shutdown for query log tests by Michael Smith · 6 weeks ago
  46. ba32d70 IMPALA-13012: Lower default query_log_max_queued by Michael Smith · 7 weeks ago
  47. 73a9ef9 IMPALA-13005: Create Query Live table in HMS by Michael Smith · 7 weeks ago
  48. 29e4186 IMPALA-13024: Ignore slots if using default pool and empty group by Riza Suminto · 6 weeks ago
  49. 457ab98 IMPALA-12973,IMPALA-11491,IMPALA-12651: Support BINARY nested in complex types in select list by Daniel Becker · 9 weeks ago
  50. b39cd79 IMPALA-12872: Use Calcite for optimization - part 1: simple queries by Steve Carlin · 3 months ago
  51. 4f033c7 IMPALA-12950: Improve error message in case of out-of-range numeric conversions by Daniel Becker · 7 weeks ago
  52. f620e5d IMPALA-13015: Dataload fails due to concurrency issue with test.jceks by Abhishek Rawat · 6 weeks ago
  53. ec73b54 IMPALA-13002: Iceberg V2 tables with Avro delete files aren't read properly by Zoltan Borok-Nagy · 7 weeks ago
  54. 850709c IMPALA-12777: Fix tpcds/tpcds-q66.test by Riza Suminto · 6 weeks ago
  55. 9b05a20 IMPALA-13000: Document OPTIMIZE TABLE by Noemi Pap-Takacs · 7 weeks ago
  56. 93278cc IMPALA-12543: Detect self-events before finishing DDL by Riza Suminto · 4 months ago
  57. db09d58 IMPALA-12933: Avoid fetching unneccessary events of unwanted types by stiga-huang · 2 months ago
  58. 25a8d70 IMPALA-12657: Improve ProcessingCost of ScanNode and NonGroupingAggregator by David Rorke · 8 weeks ago
  59. d437334 IMPALA-12988: Calculate an unbounded version of CpuAsk by Riza Suminto · 9 weeks ago
  60. 5e7d720 IMPALA-12938: add-opens for platform.cgroupv1 by Michael Smith · 7 weeks ago
  61. 9a41dfb IMPALA-13016: Fix ambiguous row_regex that check for no-existence by Riza Suminto · 7 weeks ago
  62. 6abfdbc IMPALA-12980: Translate CpuAsk into admission control slots by Riza Suminto · 10 weeks ago
  63. 6a079be IMPALA-13004: Fix heap-use-after-free error in ExprTest AiFunctionsTest by Yida Wu · 7 weeks ago
  64. cc4d0a5 IMPALA-12874: Identify active and standby catalog and statestore in the web debug endpoint by Yida Wu · 7 weeks ago
  65. 5f49cc4 IMPALA-12998: Add SHOW_METADATA_TABLES to ignored DDL by Michael Smith · 8 weeks ago
  66. 652c9dd IMPALA-13008: test_metadata_tables failed in Ubuntu 20 build by Daniel Becker · 7 weeks ago
  67. 541fc5e IMPALA-12990: Fix impala-shell handling of unset rows_deleted by Csaba Ringhofer · 8 weeks ago
  68. bbe3303 IMPALA-13003: Handle Iceberg AlreadyExistsException by Michael Smith · 7 weeks ago
  69. 06bbbea IMPALA-12679: Improve test_rows_sent_counters assert by Kurt Deschler · 7 weeks ago
  70. fc07880 IMPALA-13006: Restrict Iceberg tables to Parquet by Noemi Pap-Takacs · 7 weeks ago
  71. 0606fc7 IMPALA-11495: Add glibc version and effective locale to the Web UI by Saurabh Katiyal · 8 weeks ago
  72. 74ff59b IMPALA-12963: Return parent PID when children spawned by Michael Smith · 8 weeks ago
  73. 61ceb16 IMPALA-12999: Add log4j.properties to the DEB/RPM packages by stiga-huang · 7 weeks ago
  74. f2f0d79 IMPALA-12996: Add support for DATE in Iceberg metadata tables by Daniel Becker · 7 weeks ago
  75. 050805d IMPALA-12362: (part-4/4) Refactor linux packaging related cmake files. by Xiang Yang · 5 months ago
  76. 0334f83 IMPALA-12810: Simplify IcebergDeleteNode and IcebergDeleteBuilder by Zoltan Borok-Nagy · 3 months ago
  77. ef6dad6 IMPALA-12986: Base64Encode fails if the 'out_len' output parameter is passed with certain values by Daniel Becker · 8 weeks ago
  78. 94ed30d IMPALA-12991: Eliminate unnecessary SORT for Iceberg DELETEs by Zoltan Borok-Nagy · 8 weeks ago
  79. 9837637 IMPALA-12920: Support ai_generate_text built-in function for OpenAI's chat completion API by Yida Wu · 9 months ago
  80. 408c119 IMPALA-12564: Prevent Hive loading libfesupport.so in the minicluster during TSAN runs by Laszlo Gaal · 3 months ago
  81. df7aac9 IMPALA-12970: Fix ConcurrentModificationException for Iceberg table scans by Gabor Kaszab · 8 weeks ago
  82. 8ff51fb IMPALA-5323: Support BINARY columns in Kudu tables by Csaba Ringhofer · 2 months ago
  83. 6121c4f IMPALA-12905: Disk-based tuple caching by Michael Smith · 3 months ago
  84. 4764b91 IMPALA-12965: Add debug query option RUNTIME_FILTER_IDS_TO_SKIP by Riza Suminto · 9 weeks ago
  85. 5c003cd IMPALA-12978: Fix impala-shell`s live progress with older Impalas by Csaba Ringhofer · 8 weeks ago
  86. 0721858 IMPALA-12362: (part-3/4) Add more binaries to packaging module. by Xiang Yang · 5 months ago
  87. fb3c379 IMPALA-12894: Addendum: Re-enable test_plain_count_star_optimization by Zoltan Borok-Nagy · 8 weeks ago
  88. e74bb9d IMPALA-12362: (part-2/4) Optimize default configurations for packaging module. by Xiang Yang · 5 months ago
  89. b64dc11 IMPALA-12362: (part-1/4) Refactor service management scripts. by Xiang Yang · 5 months ago
  90. e50bfa8 IMPALA-12925: Fix decimal data type for external JDBC table by wzhou-code · 2 months ago
  91. 4be5fd8 IMPALA-12960: Fix Incorrect RowsPassedThrough Metric in Streaming Aggregation by Yida Wu · 9 weeks ago
  92. da8704f IMPALA-12612: SELECT * queries expand complex type columns from Iceberg metadata tables by Gabor Kaszab · 9 weeks ago
  93. 47389f7 IMPALA-12969: Release JNI array if DeserializeThriftMsg failed by Csaba Ringhofer · 9 weeks ago
  94. 97adba5 IMPALA-12881: Use getFkPkJoinCardinality to reduce scan cardinality by Riza Suminto · 4 months ago
  95. a623447 IMPALA-12899: Temporary workaround for BINARY in complex types by Daniel Becker · 3 months ago
  96. f05eac6 IMPALA-12602: Unregister queries on idle timeout by Michael Smith · 3 months ago
  97. effc9df IMPALA-12782: Show info of the event processing in /events webUI by stiga-huang · 4 months ago
  98. 63f5280 IMPALA-12611: Add support to MAP type Iceberg Metadata table columns by Daniel Becker · 3 months ago
  99. 18b9c08 IMPALA-12600: Schema evolution with equality delete files by Gabor Kaszab · 2 months ago
  100. 72732da IMPALA-12609: Implement SHOW METADATA TABLES IN statement to list Iceberg Metadata tables by Daniel Becker · 4 months ago