This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch HUDI-7438-fix-issue-comment-processing
in repository https://gitbox.apache.org/repos/asf/hudi.git
discard 475d3c24e0a [HUDI-7438] Fix Azure CI report check with new issue
comments
add cddd7d416a5 [HUDI-7275] Separate use of HoodieTimelineTimeZone.UTC and
LOCAL in tests to prevent infinite loops (#10738)
add b8b6917f8b0 [HUDI-7440] Verify field exist in schema before fetching
the value (#10733)
add 22e2063261c [HUDI-7433] Fix a bug in the HoodieBaseListData.isEmpty()
empty-check logic (#10722) (#10722)
add 47d9631d77e [HUDI-7438] Add write permission of commit statuses in
Azure CI check (#10745)
add 62ce59ce3fc [HUDI-7438] Fix Azure CI report check with new issue
comments
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (475d3c24e0a)
\
N -- N -- N refs/heads/HUDI-7438-fix-issue-comment-processing
(62ce59ce3fc)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/azure_ci_check.yml | 1 +
.../hudi/common/data/HoodieBaseListData.java | 2 +-
.../hudi/common/data/TestHoodieListData.java | 22 ++++++
.../utils/HoodieRealtimeRecordReaderUtils.java | 10 +--
.../org/apache/hudi/TestHoodieSparkSqlWriter.scala | 59 ++-------------
.../apache/hudi/TestHoodieSparkSqlWriterUtc.scala | 85 ++++++++++++++++++++++
6 files changed, 120 insertions(+), 59 deletions(-)
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestHoodieSparkSqlWriterUtc.scala