You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pr aims to add integration tests which test the XTable REST Service for combinations of all table formats, for both partitioned and unpartitioned tables.
CI did not fail for an error but it seemed like it was canceled?
I also ran from my local terminal instead of intellij mvn clean test -Dtest=ITConversionService and seems test pass fine, so wondering if we can retrigger the run for this?
INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.xtable.service.ITConversionService
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.spark.unsafe.Platform (file:/Users/rahil/.m2/repository/org/apache/spark/spark-unsafe_2.12/3.4.2/spark-unsafe_2.12-3.4.2.jar) to constructor java.nio.DirectByteBuffer(long,int)
WARNING: Please consider reporting this to the maintainers of org.apache.spark.unsafe.Platform
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 102.1 s -- in org.apache.xtable.service.ITConversionService
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- surefire:3.3.0:test (default) @ xtable-service ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] Saved Build to local file: /Users/rahil/.m2/build-cache/v1/org.apache.xtable/xtable-service/d9e9c1b952afb9bc/local/buildinfo.xml
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:51 min
[INFO] Finished at: 2025-06-24T17:37:15-07:00
[INFO] ------------------------------------------------------------------------
rahil@mac ~/workplace/incubator-xtable/xtable-service integ-tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the pull request
This pr aims to add integration tests which test the XTable REST Service for combinations of all table formats, for both partitioned and unpartitioned tables.
Special Note
Brief change log
Adds an IT Test for conversion service.
Verify this pull request
Ran the IT test locally which passes (see screenshot)
