-
Notifications
You must be signed in to change notification settings - Fork 842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Adding Spark34 support #2052
chore: Adding Spark34 support #2052
Conversation
Hey @KeerthiYandaOS 👋! We use semantic commit messages to streamline the release process. Examples of commit messages with semantic prefixes:
To test your commit locally, please follow our guild on building from source. |
Codecov Report
@@ Coverage Diff @@
## spark3.4 #2052 +/- ##
============================================
- Coverage 87.00% 83.03% -3.98%
============================================
Files 306 306
Lines 16066 16224 +158
Branches 847 1446 +599
============================================
- Hits 13978 13471 -507
- Misses 2088 2753 +665
|
9541f8e
to
6b1bb0d
Compare
/azp |
Supported commands
See additional documentation. |
b6f0551
to
f59a40c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of nits but the only serious concern I have here is the commented out lines in the anomaly detection notebook.
core/src/test/scala/com/microsoft/azure/synapse/ml/core/test/base/TestBase.scala
Show resolved
Hide resolved
core/src/test/scala/com/microsoft/azure/synapse/ml/nbtest/DatabricksGPUTests.scala
Outdated
Show resolved
Hide resolved
core/src/test/scala/com/microsoft/azure/synapse/ml/nbtest/DatabricksUtilities.scala
Show resolved
Hide resolved
core/src/test/scala/com/microsoft/azure/synapse/ml/recommendation/RankingAdapterSpec.scala
Show resolved
Hide resolved
docs/Explore Algorithms/AI Services/Multivariate Anomaly Detection.ipynb
Outdated
Show resolved
Hide resolved
* chore: bump to spark 3.3.1 * Adding Spark3.4 Support * Removing comment * Updating evn file * Fixing build errors * Fixing build error * fixing style error * Fixing scala errors * Adding json * Adding play * Converting to json * Adding scalac plugin * Version update * Updating scoverage version * Adding scalariform * Adding versionScheme * update version * Updating the path * Update hadoop * Updating breeze version * Remove scalactic exclusion * Adding scikit-learn * removing versions * Adding scikit-learn * try fix LightGBM unit test * Adding sklearn * Adding exclusion * Exclude avro * exc sql * Adding protobuf * Updating horovod to 0.28.1 * Update Quickstart - Document Question and Answering with PDFs.ipynb Add line to delete the azure search index before recreating it because "put" fails on the index if one already exists. (cherry picked from commit 214060c) * Fixing Databricks Runtime and Tests * Adding Reccomendations fix * Adding recomnd fix * formating * Skipping SynapseE2E and Io2 * Addressing comment * Removed the commented code * Adding comment * Adding comments * Added default values * Delete .github/workflows/ci-tests-r.yml --------- Co-authored-by: Jessica Wang <[email protected]> Co-authored-by: Scott Votaw <[email protected]> Co-authored-by: Brendan Walsh <[email protected]> Co-authored-by: JessicaXYWang <[email protected]>
* chore: bump to spark 3.3.1 * Adding Spark3.4 Support * Removing comment * Updating evn file * Fixing build errors * Fixing build error * fixing style error * Fixing scala errors * Adding json * Adding play * Converting to json * Adding scalac plugin * Version update * Updating scoverage version * Adding scalariform * Adding versionScheme * update version * Updating the path * Update hadoop * Updating breeze version * Remove scalactic exclusion * Adding scikit-learn * removing versions * Adding scikit-learn * try fix LightGBM unit test * Adding sklearn * Adding exclusion * Exclude avro * exc sql * Adding protobuf * Updating horovod to 0.28.1 * Update Quickstart - Document Question and Answering with PDFs.ipynb Add line to delete the azure search index before recreating it because "put" fails on the index if one already exists. (cherry picked from commit 214060c) * Fixing Databricks Runtime and Tests * Adding Reccomendations fix * Adding recomnd fix * formating * Skipping SynapseE2E and Io2 * Addressing comment * Removed the commented code * Adding comment * Adding comments * Added default values * Delete .github/workflows/ci-tests-r.yml --------- Co-authored-by: Jessica Wang <[email protected]> Co-authored-by: Scott Votaw <[email protected]> Co-authored-by: Brendan Walsh <[email protected]> Co-authored-by: JessicaXYWang <[email protected]>
* chore: bump to spark 3.3.1 * Adding Spark3.4 Support * Removing comment * Updating evn file * Fixing build errors * Fixing build error * fixing style error * Fixing scala errors * Adding json * Adding play * Converting to json * Adding scalac plugin * Version update * Updating scoverage version * Adding scalariform * Adding versionScheme * update version * Updating the path * Update hadoop * Updating breeze version * Remove scalactic exclusion * Adding scikit-learn * removing versions * Adding scikit-learn * try fix LightGBM unit test * Adding sklearn * Adding exclusion * Exclude avro * exc sql * Adding protobuf * Updating horovod to 0.28.1 * Update Quickstart - Document Question and Answering with PDFs.ipynb Add line to delete the azure search index before recreating it because "put" fails on the index if one already exists. (cherry picked from commit 214060c) * Fixing Databricks Runtime and Tests * Adding Reccomendations fix * Adding recomnd fix * formating * Skipping SynapseE2E and Io2 * Addressing comment * Removed the commented code * Adding comment * Adding comments * Added default values * Delete .github/workflows/ci-tests-r.yml --------- Co-authored-by: Jessica Wang <[email protected]> Co-authored-by: Scott Votaw <[email protected]> Co-authored-by: Brendan Walsh <[email protected]> Co-authored-by: JessicaXYWang <[email protected]>
* chore: bump to spark 3.3.1 * Adding Spark3.4 Support * Removing comment * Updating evn file * Fixing build errors * Fixing build error * fixing style error * Fixing scala errors * Adding json * Adding play * Converting to json * Adding scalac plugin * Version update * Updating scoverage version * Adding scalariform * Adding versionScheme * update version * Updating the path * Update hadoop * Updating breeze version * Remove scalactic exclusion * Adding scikit-learn * removing versions * Adding scikit-learn * try fix LightGBM unit test * Adding sklearn * Adding exclusion * Exclude avro * exc sql * Adding protobuf * Updating horovod to 0.28.1 * Update Quickstart - Document Question and Answering with PDFs.ipynb Add line to delete the azure search index before recreating it because "put" fails on the index if one already exists. (cherry picked from commit 214060c) * Fixing Databricks Runtime and Tests * Adding Reccomendations fix * Adding recomnd fix * formating * Skipping SynapseE2E and Io2 * Addressing comment * Removed the commented code * Adding comment * Adding comments * Added default values * Delete .github/workflows/ci-tests-r.yml --------- Co-authored-by: Jessica Wang <[email protected]> Co-authored-by: Scott Votaw <[email protected]> Co-authored-by: Brendan Walsh <[email protected]> Co-authored-by: JessicaXYWang <[email protected]>
* chore: bump to spark 3.3.1 * Adding Spark3.4 Support * Removing comment * Updating evn file * Fixing build errors * Fixing build error * fixing style error * Fixing scala errors * Adding json * Adding play * Converting to json * Adding scalac plugin * Version update * Updating scoverage version * Adding scalariform * Adding versionScheme * update version * Updating the path * Update hadoop * Updating breeze version * Remove scalactic exclusion * Adding scikit-learn * removing versions * Adding scikit-learn * try fix LightGBM unit test * Adding sklearn * Adding exclusion * Exclude avro * exc sql * Adding protobuf * Updating horovod to 0.28.1 * Update Quickstart - Document Question and Answering with PDFs.ipynb Add line to delete the azure search index before recreating it because "put" fails on the index if one already exists. (cherry picked from commit 214060c) * Fixing Databricks Runtime and Tests * Adding Reccomendations fix * Adding recomnd fix * formating * Skipping SynapseE2E and Io2 * Addressing comment * Removed the commented code * Adding comment * Adding comments * Added default values * Delete .github/workflows/ci-tests-r.yml --------- Co-authored-by: Jessica Wang <[email protected]> Co-authored-by: Scott Votaw <[email protected]> Co-authored-by: Brendan Walsh <[email protected]> Co-authored-by: JessicaXYWang <[email protected]>
* chore: bump to spark 3.3.1 * Adding Spark3.4 Support * Removing comment * Updating evn file * Fixing build errors * Fixing build error * fixing style error * Fixing scala errors * Adding json * Adding play * Converting to json * Adding scalac plugin * Version update * Updating scoverage version * Adding scalariform * Adding versionScheme * update version * Updating the path * Update hadoop * Updating breeze version * Remove scalactic exclusion * Adding scikit-learn * removing versions * Adding scikit-learn * try fix LightGBM unit test * Adding sklearn * Adding exclusion * Exclude avro * exc sql * Adding protobuf * Updating horovod to 0.28.1 * Update Quickstart - Document Question and Answering with PDFs.ipynb Add line to delete the azure search index before recreating it because "put" fails on the index if one already exists. (cherry picked from commit 214060c) * Fixing Databricks Runtime and Tests * Adding Reccomendations fix * Adding recomnd fix * formating * Skipping SynapseE2E and Io2 * Addressing comment * Removed the commented code * Adding comment * Adding comments * Added default values * Delete .github/workflows/ci-tests-r.yml --------- Co-authored-by: Jessica Wang <[email protected]> Co-authored-by: Scott Votaw <[email protected]> Co-authored-by: Brendan Walsh <[email protected]> Co-authored-by: JessicaXYWang <[email protected]> fix isolation forest version fix spark serving drop synapse cluster version chore: remove problematic streaming example add back 3.4 in synapse tests use dev pool fix pool sub fix langchain, stop notebook deletion fixes local repro fix other issues fix other issues refactor notebook Update docs/Explore Algorithms/Responsible AI/Explanation Dashboard.ipynb fixes fixes fixes
* chore: bump to spark 3.3.1 * Adding Spark3.4 Support * Removing comment * Updating evn file * Fixing build errors * Fixing build error * fixing style error * Fixing scala errors * Adding json * Adding play * Converting to json * Adding scalac plugin * Version update * Updating scoverage version * Adding scalariform * Adding versionScheme * update version * Updating the path * Update hadoop * Updating breeze version * Remove scalactic exclusion * Adding scikit-learn * removing versions * Adding scikit-learn * try fix LightGBM unit test * Adding sklearn * Adding exclusion * Exclude avro * exc sql * Adding protobuf * Updating horovod to 0.28.1 * Update Quickstart - Document Question and Answering with PDFs.ipynb Add line to delete the azure search index before recreating it because "put" fails on the index if one already exists. (cherry picked from commit 214060c) * Fixing Databricks Runtime and Tests * Adding Reccomendations fix * Adding recomnd fix * formating * Skipping SynapseE2E and Io2 * Addressing comment * Removed the commented code * Adding comment * Adding comments * Added default values * Delete .github/workflows/ci-tests-r.yml --------- Co-authored-by: Jessica Wang <[email protected]> Co-authored-by: Scott Votaw <[email protected]> Co-authored-by: Brendan Walsh <[email protected]> Co-authored-by: JessicaXYWang <[email protected]> fix isolation forest version fix spark serving drop synapse cluster version chore: remove problematic streaming example add back 3.4 in synapse tests use dev pool fix pool sub fix langchain, stop notebook deletion fixes local repro fix other issues fix other issues refactor notebook Update docs/Explore Algorithms/Responsible AI/Explanation Dashboard.ipynb fixes fixes fixes
* chore: bump to spark 3.4.1 --------- Co-authored-by: Jessica Wang <[email protected]> Co-authored-by: Scott Votaw <[email protected]> Co-authored-by: Brendan Walsh <[email protected]> Co-authored-by: JessicaXYWang <[email protected]> fixes
* chore: bump to spark 3.4.1 --------- Co-authored-by: Jessica Wang <[email protected]> Co-authored-by: Scott Votaw <[email protected]> Co-authored-by: Brendan Walsh <[email protected]> Co-authored-by: JessicaXYWang <[email protected]> fixes
* chore: bump to spark 3.4.1 --------- Co-authored-by: Jessica Wang <[email protected]> Co-authored-by: Scott Votaw <[email protected]> Co-authored-by: Brendan Walsh <[email protected]> Co-authored-by: JessicaXYWang <[email protected]> fixes Co-authored-by: Keerthi Yanda <[email protected]>
What changes are proposed in this pull request?
How is this patch tested?
Does this PR change any dependencies?
Does this PR add a new feature? If so, have you added samples on website?