Skip to content

Conversation

esantorella
Copy link
Contributor

Summary:
Context:

The following very similar methods exist:

  • Data.from_multiple_data: Combines multiple Data (not MapData) into one Data
  • MapData.from_multiple_data: Converts any data arguments into MapData if they are not already and then calls MapData.from_multiple_map_data
  • MapData.from_multiple_map_data: Combines MapDatas into one MapData

This PR:

  • Removes MapData.from_multiple_map_data; MapData.from_multiple_data should now be used

Differential Revision: D84066098

@meta-cla meta-cla bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Oct 7, 2025
Copy link

meta-codesync bot commented Oct 7, 2025

@esantorella has exported this pull request. If you are a Meta employee, you can view the originating Diff in D84066098.

@codecov-commenter
Copy link

codecov-commenter commented Oct 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.17%. Comparing base (b529fa8) to head (633ceeb).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4410   +/-   ##
=======================================
  Coverage   96.17%   96.17%           
=======================================
  Files         555      555           
  Lines       57453    57457    +4     
=======================================
+ Hits        55253    55259    +6     
+ Misses       2200     2198    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

esantorella added a commit to esantorella/Ax that referenced this pull request Oct 8, 2025
…_data (facebook#4410)

Summary:

**Context**:

The following very similar methods exist:
* `Data.from_multiple_data`: Combines multiple `Data` (not MapData) into one `Data`
* `MapData.from_multiple_data`: Converts any data arguments into `MapData` if they are not already and then calls `MapData.from_multiple_map_data`
* `MapData.from_multiple_map_data`: Combines `MapData`s into one `MapData`


**This PR**:
* Removes `MapData.from_multiple_map_data`; `MapData.from_multiple_data` should now be used

Reviewed By: Balandat

Differential Revision: D84066098
esantorella added a commit to esantorella/Ax that referenced this pull request Oct 8, 2025
…_data (facebook#4410)

Summary:

**Context**:

The following very similar methods exist:
* `Data.from_multiple_data`: Combines multiple `Data` (not MapData) into one `Data`
* `MapData.from_multiple_data`: Converts any data arguments into `MapData` if they are not already and then calls `MapData.from_multiple_map_data`
* `MapData.from_multiple_map_data`: Combines `MapData`s into one `MapData`


**This PR**:
* Removes `MapData.from_multiple_map_data`; `MapData.from_multiple_data` should now be used

Reviewed By: Balandat

Differential Revision: D84066098
esantorella added a commit to esantorella/Ax that referenced this pull request Oct 8, 2025
…_data (facebook#4410)

Summary:

**Context**:

The following very similar methods exist:
* `Data.from_multiple_data`: Combines multiple `Data` (not MapData) into one `Data`
* `MapData.from_multiple_data`: Converts any data arguments into `MapData` if they are not already and then calls `MapData.from_multiple_map_data`
* `MapData.from_multiple_map_data`: Combines `MapData`s into one `MapData`


**This PR**:
* Removes `MapData.from_multiple_map_data`; `MapData.from_multiple_data` should now be used

Reviewed By: Balandat

Differential Revision: D84066098
@esantorella esantorella force-pushed the export-D84066098 branch 2 times, most recently from 5558101 to 66e034e Compare October 9, 2025 14:23
esantorella added a commit to esantorella/Ax that referenced this pull request Oct 9, 2025
…_data (facebook#4410)

Summary:

**Context**:

The following very similar methods exist:
* `Data.from_multiple_data`: Combines multiple `Data` (not MapData) into one `Data`
* `MapData.from_multiple_data`: Converts any data arguments into `MapData` if they are not already and then calls `MapData.from_multiple_map_data`
* `MapData.from_multiple_map_data`: Combines `MapData`s into one `MapData`


**This PR**:
* Removes `MapData.from_multiple_map_data`; `MapData.from_multiple_data` should now be used

Reviewed By: Balandat

Differential Revision: D84066098
esantorella added a commit to esantorella/Ax that referenced this pull request Oct 9, 2025
…_data (facebook#4410)

Summary:

**Context**:

The following very similar methods exist:
* `Data.from_multiple_data`: Combines multiple `Data` (not MapData) into one `Data`
* `MapData.from_multiple_data`: Converts any data arguments into `MapData` if they are not already and then calls `MapData.from_multiple_map_data`
* `MapData.from_multiple_map_data`: Combines `MapData`s into one `MapData`


**This PR**:
* Removes `MapData.from_multiple_map_data`; `MapData.from_multiple_data` should now be used

Reviewed By: Balandat

Differential Revision: D84066098
…_data (facebook#4410)

Summary:

**Context**:

The following very similar methods exist:
* `Data.from_multiple_data`: Combines multiple `Data` (not MapData) into one `Data`
* `MapData.from_multiple_data`: Converts any data arguments into `MapData` if they are not already and then calls `MapData.from_multiple_map_data`
* `MapData.from_multiple_map_data`: Combines `MapData`s into one `MapData`


**This PR**:
* Removes `MapData.from_multiple_map_data`; `MapData.from_multiple_data` should now be used

Reviewed By: Balandat

Differential Revision: D84066098
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported meta-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants