This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 0aba9875b MINOR: Fix HTML format issue
0aba9875b is described below

commit 0aba9875be4396c40adedae5a257e622d43b64eb
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jun 28 16:39:26 2023 -0700

    MINOR: Fix HTML format issue
---
 site/_posts/2023-06-28-ORC-1.9.0.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/_posts/2023-06-28-ORC-1.9.0.md 
b/site/_posts/2023-06-28-ORC-1.9.0.md
index 798728a72..fa86581ec 100644
--- a/site/_posts/2023-06-28-ORC-1.9.0.md
+++ b/site/_posts/2023-06-28-ORC-1.9.0.md
@@ -38,7 +38,7 @@ Improvements:
 - [ORC-1347]({{site.jira}}/ORC-1347) Use make_unique and make_shared when 
creating unique_ptr and shared_ptr
 - [ORC-1348]({{site.jira}}/ORC-1348) TimezoneImpl constructor should pass 
std::vector<> & instead of std::vector<>
 - [ORC-1349]({{site.jira}}/ORC-1349) Remove useless bufStream definition
-- [ORC-1352]({{site.jira}}/ORC-1352) Remove 
ORC_[NOEXCEPT|NULLPTR|OVERRIDE|UNIQUE_PTR] macro usages
+- [ORC-1352]({{site.jira}}/ORC-1352) Remove 
ORC_\[NOEXCEPT\|NULLPTR\|OVERRIDE\|UNIQUE_PTR\] macro usages
 - [ORC-1355]({{site.jira}}/ORC-1355) Writer::addUserMetadata change parameter 
to reference
 - [ORC-1373]({{site.jira}}/ORC-1373) Add log when DynamicByteArray length 
overflow
 - [ORC-1401]({{site.jira}}/ORC-1401) Allow writing an intermediate footer

Reply via email to