[jira] [Updated] (HUDI-9307) Get rid of validatinon based on logger in TestStorageBasedLockProvider

2025-04-10 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9307: -- Description: Checking logger or log messages is not the best way to validate the logic. If it'

[jira] [Created] (HUDI-9307) Get rid of validatinon based on logger in TestStorageBasedLockProvider

2025-04-10 Thread Y Ethan Guo (Jira)
Y Ethan Guo created HUDI-9307: - Summary: Get rid of validatinon based on logger in TestStorageBasedLockProvider Key: HUDI-9307 URL: https://issues.apache.org/jira/browse/HUDI-9307 Project: Apache Hudi

[jira] [Updated] (HUDI-9307) Get rid of validatinon based on logger in TestStorageBasedLockProvider

2025-04-10 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9307: -- Fix Version/s: 1.1.0 > Get rid of validatinon based on logger in TestStorageBasedLockProvi

[jira] [Created] (HUDI-9306) Docs update on reading Hudi tables on Databricks Spark runtime

2025-04-10 Thread Y Ethan Guo (Jira)
Y Ethan Guo created HUDI-9306: - Summary: Docs update on reading Hudi tables on Databricks Spark runtime Key: HUDI-9306 URL: https://issues.apache.org/jira/browse/HUDI-9306 Project: Apache Hudi

[jira] [Updated] (HUDI-9306) Docs update on reading Hudi tables on Databricks Spark runtime

2025-04-10 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9306: -- Fix Version/s: 1.0.2 > Docs update on reading Hudi tables on Databricks Spark runt

[jira] [Updated] (HUDI-9305) Fix Hudi table read with MDT on Databricks Spark runtime

2025-04-10 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9305: -- Description: When enabling MDT while reading Hudi table on Databricks Spark runtime, hitting the

[jira] [Updated] (HUDI-9305) Fix Hudi table read with MDT on Databricks Spark runtime

2025-04-10 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9305: -- Attachment: Screenshot 2025-04-10 at 16.43.10.png > Fix Hudi table read with MDT on Databricks Sp

[jira] [Updated] (HUDI-9305) Fix Hudi table read with MDT on Databricks Spark runtime

2025-04-10 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9305: -- Description: When enabling MDT while reading Hudi table on Databricks Spark runtime, hitting the

[jira] [Created] (HUDI-9305) Fix Hudi table read with MDT on Databricks Spark runtime

2025-04-10 Thread Y Ethan Guo (Jira)
Y Ethan Guo created HUDI-9305: - Summary: Fix Hudi table read with MDT on Databricks Spark runtime Key: HUDI-9305 URL: https://issues.apache.org/jira/browse/HUDI-9305 Project: Apache Hudi Issue

[jira] [Updated] (HUDI-9305) Fix Hudi table read with MDT on Databricks Spark runtime

2025-04-10 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9305: -- Fix Version/s: 1.1.0 > Fix Hudi table read with MDT on Databricks Spark runt

[jira] [Created] (HUDI-9222) Revisit usage of database name table config

2025-04-05 Thread Y Ethan Guo (Jira)
Y Ethan Guo created HUDI-9222: - Summary: Revisit usage of database name table config Key: HUDI-9222 URL: https://issues.apache.org/jira/browse/HUDI-9222 Project: Apache Hudi Issue Type

[clang] [Docs] Document freestanding requirements (PR #132232)

2025-04-05 Thread James Y Knight via cfe-commits
jyknight wrote: The intent of this standards change is that everyone should be able to depend on library functions from string.h, no matter how minimal or bare-metal their environment. The requirement is now: - , , , , , , , , , and . - , except strcoll, strdup, strerror, strndup, strtok, st

[clang] [Docs] Document freestanding requirements (PR #132232)

2025-04-05 Thread James Y Knight via cfe-commits
jyknight wrote: This looks potentially-reasonable from the _Clang_ subproject POV, but from a whole-project POV, I think we ought to actually provide a conforming freestanding mode somehow, probably via llvm-libc. So I'd kinda like to hear from llvm-libc folks what they're thinking here. @jhu

[clang] [llvm] Enable unnecessary-virtual-specifier by default (PR #133265)

2025-04-05 Thread James Y Knight via cfe-commits
jyknight wrote: Wait, _on by default_? Perhaps I'm out of line with current thinking here, but IMO, on-by-default should only diagnose things which are likely to be harmful -- NOT just a style or inefficiency issue, which seems to be all this is diagnosing. That LLVM's style conflicts with it

[clang] [C23] Implement WG14 N3037 (PR #132939)

2025-03-31 Thread James Y Knight via cfe-commits
jyknight wrote: Just to say again, I think the discussion may be crisper if we consider this as two entirely-distinct features: 1. An expansion of "compatible type" for purposes of pointer casts/non-UB/etc. 2. The ability to provide two definitions of the same struct type in the same scope, to

[clang] [C11] Implement WG14 N1285 (temporary lifetimes) (PR #133472)

2025-03-31 Thread James Y Knight via cfe-commits
jyknight wrote: - In C89: it's impossible to get the address of a temporary struct, so the lifetime is irrelevant. - In C99: you now can get the address (from an array subobject), but the lifetime was defined as "until the next sequence point". This made it technically illegal to access even n

[clang] [C23] Allow casting from a null pointer constant to nullptr_t (PR #133742)

2025-03-31 Thread James Y Knight via cfe-commits
@@ -3115,11 +3115,24 @@ void CastOperation::CheckCStyleCast() { Self.CurFPFeatureOverrides()); } } - if (DestType->isNullPtrType() && !SrcType->isNullPtrType()) { -Self.Diag(SrcExpr.get()->getExprLoc(), diag::err_nullptr_cast)

[clang] [C23] Allow casting from a null pointer constant to nullptr_t (PR #133742)

2025-03-31 Thread James Y Knight via cfe-commits
@@ -3115,11 +3115,24 @@ void CastOperation::CheckCStyleCast() { Self.CurFPFeatureOverrides()); } } - if (DestType->isNullPtrType() && !SrcType->isNullPtrType()) { -Self.Diag(SrcExpr.get()->getExprLoc(), diag::err_nullptr_cast)

[clang] [llvm] Enable unnecessary-virtual-specifier by default (PR #133265)

2025-03-31 Thread James Y Knight via cfe-commits
jyknight wrote: LLVM's intentional usage is either to reduce redundant vtable emission via ensuring there is a key method, OR, to intentionally create a useless vtable, in order to reduce redundant debuginfo emission (it can be emitted only in the vtable's TU when there's a vtable.) I expect b

[Haskell] The main page of the Haskellwiki is not properly formatted

2025-03-29 Thread X Y via Haskell
L.S., The main page of the Haskellwiki https://wiki.haskell.org/ is not properly formatted Regards, Henk-Jan van Tuyl ___ Haskell mailing list Haskell@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell

[jira] [Updated] (HUDI-9245) Improve documentation around file group size tuning for RLI and SI

2025-03-29 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9245: -- Description: Secondary Index (SI) uses the same configs as Record Index (RLI) for estimating the

[jira] [Updated] (HUDI-9245) Improve documentation around file group size tuning for RLI and SI

2025-03-29 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9245: -- Fix Version/s: 1.1.0 > Improve documentation around file group size tuning for RLI and

[jira] [Updated] (HUDI-9245) Improve documentation around file group size tuning for RLI and SI

2025-03-29 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9245: -- Priority: Critical (was: Major) > Improve documentation around file group size tuning for RLI and

[jira] [Created] (HUDI-9245) Improve documentation around file group size tuning for RLI and SI

2025-03-29 Thread Y Ethan Guo (Jira)
Y Ethan Guo created HUDI-9245: - Summary: Improve documentation around file group size tuning for RLI and SI Key: HUDI-9245 URL: https://issues.apache.org/jira/browse/HUDI-9245 Project: Apache Hudi

[clang] [C23] Implement WG14 N3037 (PR #132939)

2025-03-28 Thread James Y Knight via cfe-commits
jyknight wrote: I now see there's two different parts of the problem to worry about: First case: A redeclaration in a _different_ scope. This always defines a new distinct type. This was valid before C23, and is still valid regardless of whether the type is compatible. (In contrast with functi

[jira] [Updated] (HUDI-9244) Revisit marker tests with APPEND

2025-03-28 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9244: -- Fix Version/s: 1.1.0 > Revisit marker tests with APP

[jira] [Updated] (HUDI-9244) Revisit marker tests with APPEND

2025-03-28 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9244: -- Description: APPEND markers are only used by table version 6 and below.  We should revisit and improve

[jira] [Created] (HUDI-9244) Revisit marker tests with APPEND

2025-03-28 Thread Y Ethan Guo (Jira)
Y Ethan Guo created HUDI-9244: - Summary: Revisit marker tests with APPEND Key: HUDI-9244 URL: https://issues.apache.org/jira/browse/HUDI-9244 Project: Apache Hudi Issue Type: Improvement

[jira] [Updated] (HUDI-9243) Honor lazy config for join operation in HoodieListPairData

2025-03-28 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9243: -- Fix Version/s: 1.1.0 > Honor lazy config for join operation in HoodieListPairD

[jira] [Updated] (HUDI-9243) Honor lazy config for join operation in HoodieListPairData

2025-03-28 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9243: -- Priority: Critical (was: Major) > Honor lazy config for join operation in HoodieListPairD

[jira] [Created] (HUDI-9243) Honor lazy config for join operation in HoodieListPairData

2025-03-28 Thread Y Ethan Guo (Jira)
Y Ethan Guo created HUDI-9243: - Summary: Honor lazy config for join operation in HoodieListPairData Key: HUDI-9243 URL: https://issues.apache.org/jira/browse/HUDI-9243 Project: Apache Hudi Issue

[jira] [Created] (HUDI-9242) Simplify test table generation in MOR rollback testing with MDT

2025-03-28 Thread Y Ethan Guo (Jira)
Y Ethan Guo created HUDI-9242: - Summary: Simplify test table generation in MOR rollback testing with MDT Key: HUDI-9242 URL: https://issues.apache.org/jira/browse/HUDI-9242 Project: Apache Hudi

[jira] [Updated] (HUDI-9242) Simplify test table generation in MOR rollback testing with MDT

2025-03-28 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9242: -- Fix Version/s: 1.1.0 (was: 1.0.0) > Simplify test table generation in

[jira] [Updated] (HUDI-9242) Simplify test table generation in MOR rollback testing with MDT

2025-03-28 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9242: -- Description: https://github.com/apache/hudi/pull/13007#discussion_r2019411075 > Simplify test ta

[jira] [Updated] (HUDI-9242) Simplify test table generation in MOR rollback testing with MDT

2025-03-28 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9242: -- Fix Version/s: 1.0.0 > Simplify test table generation in MOR rollback testing with

[jira] [Updated] (HUDI-9241) Revisit commit metadata reconciliation logic

2025-03-28 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9241: -- Description: [https://github.com/apache/hudi/pull/13007#discussion_r2017623520] Should calling

[jira] [Updated] (HUDI-9241) Revisit commit metadata reconciliation logic

2025-03-28 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9241: -- Description: [https://github.com/apache/hudi/pull/13007#discussion_r2017623520] This should be unified

[jira] [Created] (HUDI-9241) Revisit commit metadata reconciliation logic

2025-03-28 Thread Y Ethan Guo (Jira)
Y Ethan Guo created HUDI-9241: - Summary: Revisit commit metadata reconciliation logic Key: HUDI-9241 URL: https://issues.apache.org/jira/browse/HUDI-9241 Project: Apache Hudi Issue Type

[jira] [Assigned] (HUDI-9241) Revisit commit metadata reconciliation logic

2025-03-28 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo reassigned HUDI-9241: - Assignee: sivabalan narayanan > Revisit commit metadata reconciliation lo

[jira] [Updated] (HUDI-9241) Revisit commit metadata reconciliation logic

2025-03-28 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9241: -- Priority: Blocker (was: Major) > Revisit commit metadata reconciliation lo

[jira] [Updated] (HUDI-9241) Revisit commit metadata reconciliation logic

2025-03-28 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9241: -- Fix Version/s: 1.1.0 > Revisit commit metadata reconciliation lo

[jira] [Updated] (HUDI-4194) Upgrade confluent version to 7.3.9

2025-03-28 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-4194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-4194: -- Priority: Blocker (was: Major) > Upgrade confluent version to 7.

[jira] [Closed] (HUDI-9167) Remove redundant classes in hudi-utilities-slim-bundle

2025-03-27 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo closed HUDI-9167. - Resolution: Fixed > Remove redundant classes in hudi-utilities-slim-bun

[jira] [Updated] (HUDI-9232) Revisit the support of v6 table as Hudi incremental source and v8 table as target

2025-03-27 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9232: -- Priority: Critical (was: Major) > Revisit the support of v6 table as Hudi incremental source and

[jira] [Assigned] (HUDI-8409) Ensure that upgrade and downgrade work with merging configs

2025-03-27 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-8409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo reassigned HUDI-8409: - Assignee: Lokesh Jain (was: Y Ethan Guo) > Ensure that upgrade and downgrade work with merg

[jira] [Updated] (HUDI-9232) Revisit the support of v6 table as Hudi incremental source and v8 table as target

2025-03-27 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9232: -- Description: The decision was made before that for v6 table as incremental source and v8 table as the

[jira] [Updated] (HUDI-9232) Revisit the support of v6 table as Hudi incremental source and v8 table as target

2025-03-27 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9232: -- Fix Version/s: 1.1.0 > Revisit the support of v6 table as Hudi incremental source and v8 table

[jira] [Created] (HUDI-9232) Revisit the support of v6 table as Hudi incremental source and v8 table as target

2025-03-27 Thread Y Ethan Guo (Jira)
Y Ethan Guo created HUDI-9232: - Summary: Revisit the support of v6 table as Hudi incremental source and v8 table as target Key: HUDI-9232 URL: https://issues.apache.org/jira/browse/HUDI-9232 Project

[jira] [Updated] (HUDI-9167) Remove redundant classes in hudi-utilities-slim-bundle

2025-03-27 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9167: -- Status: Patch Available (was: In Progress) > Remove redundant classes in hudi-utilities-slim-bun

[clang] [C23] Implement WG14 N3037 (PR #132939)

2025-03-27 Thread James Y Knight via cfe-commits
@@ -450,6 +453,116 @@ class StmtComparer { }; } // namespace +static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, + const Attr *Attr1, const Attr *Attr2) { + // Two attributes are structurally equivalent if they are

[jira] [Updated] (HUDI-9088) MIT not doing partition pruning when using partition columns

2025-03-26 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9088: -- Status: Patch Available (was: In Progress) > MIT not doing partition pruning when using partit

[jira] [Updated] (HUDI-9167) Remove redundant classes in hudi-utilities-slim-bundle

2025-03-26 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9167: -- Status: In Progress (was: Open) > Remove redundant classes in hudi-utilities-slim-bun

[clang] [C23] Implement WG14 N3037 (PR #132939)

2025-03-26 Thread James Y Knight via cfe-commits
jyknight wrote: It seems to me that we could simplify the implementation by being a bit more literal in the interpretation of the requirements: look only at the type, alignment, name, and bitfield-width of members. Just don't bother checking other stuff I'd hope it can look more like a simple

[clang] [C2y] Implement WG14 N3369 and N3469 (_Countof) (PR #133125)

2025-03-26 Thread James Y Knight via cfe-commits
https://github.com/jyknight approved this pull request. https://github.com/llvm/llvm-project/pull/133125 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [C2y] Implement WG14 N3369 and N3469 (_Countof) (PR #133125)

2025-03-26 Thread James Y Knight via cfe-commits
jyknight wrote: > We make a VariableArrayType whose element type is a VariableArrayType rather > than a ConstantArrayType of size 7 whose element type is a VariableArrayType. Yea. Up till now I think there was no observable difference between the outer array having a constant or variable boun

[clang] [C2y] Implement WG14 N3369 and N3469 (_Countof) (PR #133125)

2025-03-26 Thread James Y Knight via cfe-commits
:%.*]]) #[[ATTR0]] { +// CHECK-NEXT: [[ENTRY:.*:]] +// CHECK-NEXT:[[N_ADDR:%.*]] = alloca i32, align 4 +// CHECK-NEXT:[[SAVED_STACK:%.*]] = alloca ptr, align 8 +// CHECK-NEXT:[[__VLA_EXPR0:%.*]] = alloca i64, align 8 +// CHECK-NEXT:[[X:%.*]] = alloca i32, align 4 +// CHECK-NEXT:[[Y

[clang] [Docs] Document freestanding requirements (PR #132232)

2025-03-26 Thread James Y Knight via cfe-commits
@@ -1073,6 +1073,28 @@ inputs. Here is some example of ``$``-prefixed options: Language and Target-Independent Features +Freestanding Builds +--- +Passing the ``-ffreestanding`` flag causes Clang to build for a freestand

[clang] [C2y] Implement WG14 N3369 and N3469 (_Countof) (PR #133125)

2025-03-26 Thread James Y Knight via cfe-commits
@@ -0,0 +1,61 @@ +// RUN: %clang_cc1 -fsyntax-only -std=c2y -pedantic -Wall -Wno-comment -verify %s + +/* WG14 N3369: Clang 21 + * _Lengthof operator + * + * Adds an operator to get the length of an array. Note that WG14 N3469 renamed + * this operator to _Countof. + */ + +int gl

[clang] [Docs] Document freestanding requirements (PR #132232)

2025-03-26 Thread James Y Knight via cfe-commits
https://github.com/jyknight approved this pull request. LGTM to me now. I hope we will eventually provide a conforming freestanding implementation, but that's future work. https://github.com/llvm/llvm-project/pull/132232 ___ cfe-commits mailing list c

[clang] [C2y] Implement WG14 N3369 and N3469 (_Countof) (PR #133125)

2025-03-26 Thread James Y Knight via cfe-commits
@@ -0,0 +1,61 @@ +// RUN: %clang_cc1 -fsyntax-only -std=c2y -pedantic -Wall -Wno-comment -verify %s + +/* WG14 N3369: Clang 21 + * _Lengthof operator + * + * Adds an operator to get the length of an array. Note that WG14 N3469 renamed + * this operator to _Countof. + */ + +int gl

[jira] [Closed] (HUDI-9022) Refactor fg reader to process delete records in data log block for MOR

2025-03-25 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo closed HUDI-9022. - Resolution: Fixed > Refactor fg reader to process delete records in data log block for

[jira] [Updated] (HUDI-9222) Revisit usage of database name table config

2025-03-25 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9222: -- Description: In general, the {{hoodie.database.name}} should not be tied to the base path and the

[jira] [Updated] (HUDI-9222) Revisit usage of database name table config

2025-03-25 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9222: -- Priority: Critical (was: Major) > Revisit usage of database name table con

[jira] [Updated] (HUDI-9222) Revisit usage of database name table config

2025-03-25 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9222: -- Fix Version/s: 1.1.0 > Revisit usage of database name table con

[jira] [Assigned] (HUDI-9022) Refactor fg reader to process delete records in data log block for MOR

2025-03-25 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo reassigned HUDI-9022: - Assignee: Y Ethan Guo (was: Lin Liu) > Refactor fg reader to process delete records in data

[clang] [Docs] Document freestanding requirements (PR #132232)

2025-03-25 Thread James Y Knight via cfe-commits
https://github.com/jyknight edited https://github.com/llvm/llvm-project/pull/132232 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Docs] Document freestanding requirements (PR #132232)

2025-03-25 Thread James Y Knight via cfe-commits
https://github.com/jyknight edited https://github.com/llvm/llvm-project/pull/132232 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Docs] Document freestanding requirements (PR #132232)

2025-03-25 Thread James Y Knight via cfe-commits
@@ -1073,6 +1073,28 @@ inputs. Here is some example of ``$``-prefixed options: Language and Target-Independent Features +Freestanding Builds +--- +Passing the ``-ffreestanding`` flag causes Clang to build for a freestand

[jira] [Updated] (HUDI-9208) Add file system view storage configs to MDT

2025-03-21 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9208: -- Priority: Blocker (was: Major) > Add file system view storage configs to

[jira] [Updated] (HUDI-9208) Add file system view storage configs to MDT

2025-03-21 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9208: -- Fix Version/s: 1.1.0 > Add file system view storage configs to

[jira] [Created] (HUDI-9208) Add file system view storage configs to MDT

2025-03-21 Thread Y Ethan Guo (Jira)
Y Ethan Guo created HUDI-9208: - Summary: Add file system view storage configs to MDT Key: HUDI-9208 URL: https://issues.apache.org/jira/browse/HUDI-9208 Project: Apache Hudi Issue Type

[jira] [Commented] (HUDI-8375) Implement CompletionTimeQueryViewV1.getStartTimes method needed by IncrementalQeuryAnalyzer

2025-03-18 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-8375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17936651#comment-17936651 ] Y Ethan Guo commented on HUDI-8375: --- IncrementalQeuryAnalyzer is only used b

[jira] [Closed] (HUDI-8375) Implement CompletionTimeQueryViewV1.getStartTimes method needed by IncrementalQeuryAnalyzer

2025-03-18 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-8375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo closed HUDI-8375. - Resolution: Invalid > Implement CompletionTimeQueryViewV1.getStartTimes method needed

[jira] [Updated] (HUDI-9196) Investigate Flink flaky tests

2025-03-18 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9196: -- Description: Two Flink tests are flaky: [https://github.com/apache/hudi/actions/runs/13914701358/job

[jira] [Updated] (HUDI-9196) Investigate Flink flaky tests

2025-03-18 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9196: -- Description: Two Flink tests are flaky: [https://github.com/apache/hudi/actions/runs/13914701358/job

[jira] [Created] (HUDI-9196) Investigate Flink flaky tests

2025-03-18 Thread Y Ethan Guo (Jira)
Y Ethan Guo created HUDI-9196: - Summary: Investigate Flink flaky tests Key: HUDI-9196 URL: https://issues.apache.org/jira/browse/HUDI-9196 Project: Apache Hudi Issue Type: Bug

[jira] [Updated] (HUDI-9196) Investigate Flink flaky tests

2025-03-18 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9196: -- Fix Version/s: 1.0.2 > Investigate Flink flaky te

[jira] [Updated] (HUDI-9196) Investigate Flink flaky tests

2025-03-18 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9196: -- Priority: Blocker (was: Major) > Investigate Flink flaky te

[jira] [Created] (HUDI-9194) Revisit whether to add a test case for HoodieTableMetadataUtil#getColumnsToIndexWithoutRequiredMetaFields

2025-03-17 Thread Y Ethan Guo (Jira)
Y Ethan Guo created HUDI-9194: - Summary: Revisit whether to add a test case for HoodieTableMetadataUtil#getColumnsToIndexWithoutRequiredMetaFields Key: HUDI-9194 URL: https://issues.apache.org/jira/browse/HUDI-9194

[jira] [Created] (HUDI-9193) Improve test data generation in TestSparkDataSource

2025-03-17 Thread Y Ethan Guo (Jira)
Y Ethan Guo created HUDI-9193: - Summary: Improve test data generation in TestSparkDataSource Key: HUDI-9193 URL: https://issues.apache.org/jira/browse/HUDI-9193 Project: Apache Hudi Issue Type

[PestList] PS

2025-03-16 Thread Y. Kondo
sorry its about 5mm -- You received this message because you are subscribed to the Google Groups "MuseumPests" group. To unsubscribe from this group and stop receiving emails from it, send an email to pestlist+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.c

[jira] [Updated] (HUDI-6694) Fix log file CLI around command blocks

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-6694: -- Fix Version/s: 0.14.0 > Fix log file CLI around command blo

[jira] [Updated] (HUDI-8289) Get rid of AbstractHoodieLogRecordReader and all children

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-8289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-8289: -- Parent: HUDI-9117 Issue Type: Sub-task (was: Improvement) > Get rid

[jira] [Updated] (HUDI-8289) Get rid of AbstractHoodieLogRecordScanner and all children

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-8289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-8289: -- Summary: Get rid of AbstractHoodieLogRecordScanner and all children (was: Get rid of

[jira] [Updated] (HUDI-7257) missing datadog configuration metrics on mdt

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-7257: -- Fix Version/s: 0.15.0 > missing datadog configuration metrics on

[jira] [Updated] (HUDI-9182) Revisit time generation in metadata table

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9182: -- Fix Version/s: 1.1.0 Priority: Blocker (was: Major) > Revisit time generation in metad

[jira] [Closed] (HUDI-6689) Add record index validation in metadata table validator

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo closed HUDI-6689. - Resolution: Fixed > Add record index validation in metadata table valida

[jira] [Updated] (HUDI-6670) Fix timeline check in metadata table validator

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-6670: -- Fix Version/s: 0.14.0 > Fix timeline check in metadata table valida

[jira] [Updated] (HUDI-6664) Fix Java Bulk Insert partitioner for all metadata table partitions

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-6664: -- Fix Version/s: 1.0.2 > Fix Java Bulk Insert partitioner for all metadata table partiti

[jira] [Updated] (HUDI-9181) Cleaner and safer resource management around hoodieMetadata object

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9181: -- Fix Version/s: 1.1.0 Priority: Blocker (was: Major) > Cleaner and safer resource managem

[jira] [Updated] (HUDI-7267) csi will cause data loss during sql query

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-7267: -- Fix Version/s: 1.0.2 > csi will cause data loss during sql qu

[jira] [Updated] (HUDI-7257) missing datadog configuration metrics on mdt

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-7257: -- Fix Version/s: 0.14.1 (was: 0.15.0) > missing datadog configuration metrics

[jira] [Closed] (HUDI-6648) Allow creation of table with existing files when metadata table is enabled

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo closed HUDI-6648. - Resolution: Fixed > Allow creation of table with existing files when metadata table is enab

[jira] [Updated] (HUDI-7307) Record index lookup fails for long running Spark jobs on secured Yarn clusters

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-7307: -- Fix Version/s: 1.0.2 > Record index lookup fails for long running Spark jobs on secured Yarn clust

[jira] [Commented] (HUDI-7259) Multiple tasks get the lock at the same time when use occ

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17935597#comment-17935597 ] Y Ethan Guo commented on HUDI-7259: --- I don't think the current implemen

[jira] [Updated] (HUDI-7332) The best way to force cleaning hoodie metadata

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-7332: -- Fix Version/s: 1.0.2 > The best way to force cleaning hoodie metad

[jira] [Updated] (HUDI-9110) Support Presto and Trino Hudi connector with MDT and data skipping on 1.x release

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-9110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-9110: -- Status: In Progress (was: Open) > Support Presto and Trino Hudi connector with MDT and data skipp

[jira] [Updated] (HUDI-7763) Fix that jmx reporter cannot initialized if metadata enables

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-7763: -- Fix Version/s: 1.0.0 > Fix that jmx reporter cannot initialized if metadata enab

[jira] [Updated] (HUDI-6689) Add record index validation in metadata table validator

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-6689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-6689: -- Fix Version/s: 0.14.0 > Add record index validation in metadata table valida

[jira] [Updated] (HUDI-7349) Spark structured streaming didnt work after upgrade from hudi 0.11 to 0.13

2025-03-15 Thread Y Ethan Guo (Jira)
[ https://issues.apache.org/jira/browse/HUDI-7349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Y Ethan Guo updated HUDI-7349: -- Fix Version/s: 1.0.2 > Spark structured streaming didnt work after upgrade from hudi 0.11 to 0

  1   2   3   4   5   6   7   8   9   10   >