ESQL: Solves CsvIT stats*WithOverFlowRow failing#145434
ESQL: Solves CsvIT stats*WithOverFlowRow failing#145434ncordon merged 3 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/es-analytical-engine (Team:Analytics) |
🔍 Preview links for changed docs⏳ Building and deploying preview... View progress This comment will be updated with preview links when the build is complete. |
ℹ️ Important: Docs version tagging👋 Thanks for updating the docs! Just a friendly reminder that our docs are now cumulative. This means all 9.x versions are documented on the same page and published off of the main branch, instead of creating separate pages for each minor version. We use applies_to tags to mark version-specific features and changes. Expand for a quick overviewWhen to use applies_to tags:✅ At the page level to indicate which products/deployments the content applies to (mandatory) What NOT to do:❌ Don't remove or replace information that applies to an older version 🤔 Need help?
|
e32c35d to
e3f3138
Compare
Closes #145415, closes #145424
The tests were showing null exception strings:
The -XX:-OmitStackTraceInFastThrow JVM flag was added to the test task (line 149) by PR #134910, but not to the internalClusterTest task (line 316). CsvIT runs as an internalClusterTest, this pr adds the flag to the correct gradle task.