Skip to content

Bump org.apache.logging.log4j:log4j-core from 2.21.1 to 2.22.0 in /buildSrc/src/testKit/thirdPartyAudit/sample_jars#63

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/buildSrc/src/testKit/thirdPartyAudit/sample_jars/org.apache.logging.log4j-log4j-core-2.22.0
Closed

Bump org.apache.logging.log4j:log4j-core from 2.21.1 to 2.22.0 in /buildSrc/src/testKit/thirdPartyAudit/sample_jars#63
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/buildSrc/src/testKit/thirdPartyAudit/sample_jars/org.apache.logging.log4j-log4j-core-2.22.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Nov 20, 2023

Bumps org.apache.logging.log4j:log4j-core from 2.21.1 to 2.22.0.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps org.apache.logging.log4j:log4j-core from 2.21.1 to 2.22.0.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Nov 20, 2023

The following labels could not be found: dependabot, dependencies.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jan 1, 2024

Superseded by #70.

@dependabot dependabot Bot closed this Jan 1, 2024
@dependabot dependabot Bot deleted the dependabot/gradle/buildSrc/src/testKit/thirdPartyAudit/sample_jars/org.apache.logging.log4j-log4j-core-2.22.0 branch January 1, 2024 10:36
rishabhmaurya pushed a commit that referenced this pull request May 27, 2026
…pensearch-project#21642)

* Align parquet files and Lucene segment files during query execution

Signed-off-by: bharath-techie <bharath78910@gmail.com>

* Alignment approach to use catalog snapshot (#63)

* approach to use catalog snapshot

Signed-off-by: bharath-techie <bharath78910@gmail.com>

* Introduce MonoFileWriterSet sealed subclass for single-file-per-segment formats (#64)

Convert WriterFileSet from a record to a sealed class hierarchy:
- WriterFileSet (sealed) — general case, multiple files per generation (Lucene)
- MonoFileWriterSet (final) — exactly one file per generation (Parquet)

MonoFileWriterSet extends WriterFileSet, so it is substitutable anywhere the
base class is accepted — no conversion needed. This eliminates the SegmentFile
intermediate record and makes the single-file invariant type-safe.

Wire MonoFileWriterSet through the Parquet write and merge paths:
- ParquetWriter.flush() produces MonoFileWriterSet directly
- NativeParquetMergeStrategy produces MonoFileWriterSet for merge output
- DatafusionReader narrows WriterFileSet → MonoFileWriterSet via from()
  (fails fast if multi-file set encountered)
- ReaderHandle and NativeBridge accept List<MonoFileWriterSet> directly,
  extracting file() and writerGeneration() for the FFM wire format

Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Signed-off-by: bharath-techie <bharath78910@gmail.com>
Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
Co-authored-by: Bukhtawar Khan <bukhtawa@amazon.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* moving logic to lucene refresh

Signed-off-by: bharath-techie <bharath78910@gmail.com>

* build fixes

Signed-off-by: bharath-techie <bharath78910@gmail.com>

* build fixes

Signed-off-by: bharath-techie <bharath78910@gmail.com>

* moving to si name from ctx idx

Signed-off-by: bharath-techie <bharath78910@gmail.com>

* fixing single collector count mismatch correctness bug

Signed-off-by: bharath-techie <bharath78910@gmail.com>

---------

Signed-off-by: bharath-techie <bharath78910@gmail.com>
Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
Co-authored-by: Bukhtawar Khan <bukhtawa@amazon.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

0 participants