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.
Description
This PR reverts PR #756 as it introduces a few new CI errors and make main branch broken. The reverted PR #756 can be postponed to next release with all CI test passed prior to merging.
databricks:====== 12 failed, 72 passed, 7 skipped, 74 warnings in 873.66s (0:14:33) =======
synapse:====== 22 failed, 63 passed, 6 skipped, 16 warnings in 1478.44s (0:24:38) ======
How was this PR tested?
After this PR, ci result is
======= 3 failed, 68 passed, 7 skipped, 58 warnings in 833.33s (0:13:53) =======
The rest failure with [FEATHR_USER_ERROR] Fail to calculate derived feature List(f_trip_time_rounded) is a known issue which will be addressed in different PR. The testTimePartitionFeaturesSource issue is known too.
Does this PR introduce any user-facing changes?
No