Skip to content

Conversation

@asaharn
Copy link
Member

@asaharn asaharn commented Oct 30, 2025

Pull Request Description

[Add a description of your pull request here]


Future Release Comment

[Add description of your change, to include in the next release]
[Delete any or all irrelevant sections, e.g. if your change does not warrant a release comment at all]

Breaking Changes:

  • None

Features:

  • None

Fixes:

  • None

@github-actions
Copy link

github-actions bot commented Oct 30, 2025

Test Results

116 tests  ±0   116 ✅ ±0   16m 35s ⏱️ -11s
 24 suites ±0     0 💤 ±0 
 24 files   ±0     0 ❌ ±0 

Results for commit 4605600. ± Comparison against base commit 6f6d302.

♻️ This comment has been updated with latest results.

@ag-ramachandran ag-ramachandran requested review from ag-ramachandran and Copilot and removed request for ag-ramachandran November 12, 2025 08:14
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the Kusto command syntax for dropping extent tags to include the table name in the command, changing from .drop async extent tags to .drop async table $tableName extent tags. This appears to align with updated Kusto API requirements.

  • Command syntax updated to include table name in extent tags drop operation
  • Code formatting improvements (added braces to single-line if-else statements for consistency)
  • GitHub Actions workflow enhanced with timeout and batch mode for Maven

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
connector/src/main/scala/com/microsoft/kusto/spark/utils/CslCommandsGenerator.scala Updated extent tags drop command syntax to include table name; reformatted if-else statements with explicit braces
.github/workflows/build.yml Added 40-minute timeout and batch mode flag to Maven verify step

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

# Conflicts:
#	connector/src/main/scala/com/microsoft/kusto/spark/utils/CslCommandsGenerator.scala
@ag-ramachandran ag-ramachandran force-pushed the asaharn/bugfix/dropExtentsFix branch from d6c5178 to 4605600 Compare November 12, 2025 08:19
@ag-ramachandran ag-ramachandran marked this pull request as ready for review November 12, 2025 08:19
@ag-ramachandran ag-ramachandran merged commit ee8d1b1 into master Nov 12, 2025
4 checks passed
@ag-ramachandran ag-ramachandran deleted the asaharn/bugfix/dropExtentsFix branch November 12, 2025 13:51
asaharn added a commit that referenced this pull request Nov 12, 2025
ag-ramachandran pushed a commit that referenced this pull request Nov 12, 2025
* * Fix syntax for V11 engine for extents drop (#442)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants