ranjani1993 opened a new issue, #7693:
URL: https://github.com/apache/hudi/issues/7693
**Describe the problem you faced**
HUDI file cleanup is not working as expected when we run it along with data
ingestion.
**config used:**
df.write.format("hudi").
option(
hudi-bot commented on PR #5926:
URL: https://github.com/apache/hudi/pull/5926#issuecomment-1386630097
## CI report:
* ed783b49dbeec18cca93a9fe43f1c4f8ee9ae6dd UNKNOWN
* 091943461a6aa7e7dab9364813fb867f6a8771f6 Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2
duc-dn commented on issue #7683:
URL: https://github.com/apache/hudi/issues/7683#issuecomment-1386629863
Hi @danny0405
I use trino connector, how to check the metastore synced for Trino??
- [This is my log file of trino and
hivemetastore](https://drive.google.com/drive/folders/1Apx4CA
Lokesh Jain created HUDI-5574:
-
Summary: Support auto record key generation with Spark SQL
Key: HUDI-5574
URL: https://issues.apache.org/jira/browse/HUDI-5574
Project: Apache Hudi
Issue Type: Bug
danny0405 commented on code in PR #6815:
URL: https://github.com/apache/hudi/pull/6815#discussion_r1073171203
##
hudi-common/src/main/java/org/apache/hudi/common/fs/LeakTrackingFSDataInputStream.java:
##
@@ -0,0 +1,61 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) u
mahesh2247 commented on issue #7688:
URL: https://github.com/apache/hudi/issues/7688#issuecomment-1386594913
Resulting in
```
23/01/18 06:44:20 ERROR ProcessLauncher: Error from Python:Traceback (most
recent call last):
File "/tmp/glue_job_script.py", line 77, in
glueConte
nsivabalan opened a new pull request, #7692:
URL: https://github.com/apache/hudi/pull/7692
### Change Logs
testing ScanV2 with log record reader.
### Impact
_Describe any public API or user-facing feature change or any performance
impact._
### Risk level (write none,
mahesh2247 commented on issue #7688:
URL: https://github.com/apache/hudi/issues/7688#issuecomment-1386588309
Hey danny0405 and umehrot2. Thanks for your reply. I realised that I needed
to add a logic to delete incoming data streams with a "REMOVE" label in it but
do not know how to implemen
TengHuo commented on issue #7691:
URL: https://github.com/apache/hudi/issues/7691#issuecomment-1386565809
> Not the same. The current issue is the schema compatibility problem
between Flink and Spark.
Yeah, not the same, but I think they are similar. In #7284, we found it uses
a patt
hudi-bot commented on PR #7626:
URL: https://github.com/apache/hudi/pull/7626#issuecomment-1386565755
## CI report:
* ae0b2c787c8e3afd7f9a3f6cc04676f910373657 Azure:
[CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=143
hudi-bot commented on PR #7626:
URL: https://github.com/apache/hudi/pull/7626#issuecomment-1386560274
## CI report:
* fad68a69ecf7e7eba8d43307e1b0fa9da6244857 Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1423
LinMingQiang commented on issue #7691:
URL: https://github.com/apache/hudi/issues/7691#issuecomment-1386558629
Not the same. The current issue is the schema compatibility problem between
Flink and Spark.
--
This is an automated message from the Apache Git Service.
To respond to the messag
trushev commented on PR #7626:
URL: https://github.com/apache/hudi/pull/7626#issuecomment-1386555492
@danny0405 Could you pls take a look again. New solution:
- Replaced `Map>` with `Map`
- All handles are definitely closed by finally section with
`closeGracefully()`
--
This is an a
hudi-bot commented on PR #7626:
URL: https://github.com/apache/hudi/pull/7626#issuecomment-1386553951
## CI report:
* fad68a69ecf7e7eba8d43307e1b0fa9da6244857 Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1423
hudi-bot commented on PR #6815:
URL: https://github.com/apache/hudi/pull/6815#issuecomment-1386552910
## CI report:
* 13fb78850890b96b86b66d7df060feb11950ec0c UNKNOWN
* a516a4e3d57db84065f08219bc09442569b4627f Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2
hudi-bot commented on PR #6384:
URL: https://github.com/apache/hudi/pull/6384#issuecomment-1386552520
## CI report:
* a7ece0e42ac674d75b035220f129e5c0892dbf05 Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1437
TengHuo commented on issue #7691:
URL: https://github.com/apache/hudi/issues/7691#issuecomment-1386540907
Is this the same issue as this one? It was an Avro schema namespace
inconsistent issue we found before.
https://github.com/apache/hudi/issues/7284
--
This is an automated message f
xushiyan commented on code in PR #5926:
URL: https://github.com/apache/hudi/pull/5926#discussion_r1072830110
##
hudi-platform-service/hudi-table-service-manager/src/main/java/org/apache/hudi/table/service/manager/util/DateTimeUtils.java:
##
@@ -0,0 +1,39 @@
+/*
+ * Licensed to t
trushev commented on PR #7626:
URL: https://github.com/apache/hudi/pull/7626#issuecomment-1386515641
> The thing which I want to share is that caching write handles could take a
lot of memory, because each handle obtains an instance of `HoodieTable`, and
there is a `viewManager` in every `H
Danny Chen created HUDI-5573:
Summary: Support table operation APIs for Hudi
Key: HUDI-5573
URL: https://issues.apache.org/jira/browse/HUDI-5573
Project: Apache Hudi
Issue Type: New Feature
danny0405 closed issue #7686: [SUPPORT] Is there any way to delete records by
specify one field value without selecting all the records out
URL: https://github.com/apache/hudi/issues/7686
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
danny0405 commented on issue #7686:
URL: https://github.com/apache/hudi/issues/7686#issuecomment-1386504650
One workaround is insert into one record with the desired primary key and
define your payload class as a delete payload, but yeah, I agree Iceberg has
better definition and operabilit
hudi-bot commented on PR #7690:
URL: https://github.com/apache/hudi/pull/7690#issuecomment-1386503584
## CI report:
* ca9fb1e21c08ac0eb7dc6305934f1c58803070e3 Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1437
hudi-bot commented on PR #7677:
URL: https://github.com/apache/hudi/pull/7677#issuecomment-1386503521
## CI report:
* c81f60f80a945dd2377e2fff4bc6207cc63ef576 Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1435
hudi-bot commented on PR #7626:
URL: https://github.com/apache/hudi/pull/7626#issuecomment-1386503348
## CI report:
* fad68a69ecf7e7eba8d43307e1b0fa9da6244857 Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1423
hudi-bot commented on PR #6815:
URL: https://github.com/apache/hudi/pull/6815#issuecomment-1386502581
## CI report:
* 13fb78850890b96b86b66d7df060feb11950ec0c UNKNOWN
* 3d90e88fda205fd2cbf95c402a19b5bba2ebfa18 Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2
hudi-bot commented on PR #5926:
URL: https://github.com/apache/hudi/pull/5926#issuecomment-1386502062
## CI report:
* ed783b49dbeec18cca93a9fe43f1c4f8ee9ae6dd UNKNOWN
* a94346128d6b22fec262f74d7c2c9d7d342a0a3c Azure:
[CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-
danny0405 commented on issue #7683:
URL: https://github.com/apache/hudi/issues/7683#issuecomment-1386499692
I guess the metadata is out of sync for Trino, do you use the Trino
connector or Trino Hive.
--
This is an automated message from the Apache Git Service.
To respond to the message,
hudi-bot commented on PR #7677:
URL: https://github.com/apache/hudi/pull/7677#issuecomment-1386498457
## CI report:
* c81f60f80a945dd2377e2fff4bc6207cc63ef576 Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1435
danny0405 commented on code in PR #7684:
URL: https://github.com/apache/hudi/pull/7684#discussion_r1073100473
##
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/bootstrap/HoodieSparkBootstrapSchemaProvider.java:
##
@@ -92,7 +92,7 @@ private static Schema
getB
danny0405 commented on code in PR #7684:
URL: https://github.com/apache/hudi/pull/7684#discussion_r1073100251
##
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/bootstrap/HoodieSparkBootstrapSchemaProvider.java:
##
@@ -60,7 +60,7 @@ protected Schema getBootstr
hudi-bot commented on PR #6815:
URL: https://github.com/apache/hudi/pull/6815#issuecomment-1386497208
## CI report:
* 13fb78850890b96b86b66d7df060feb11950ec0c UNKNOWN
* 3d90e88fda205fd2cbf95c402a19b5bba2ebfa18 Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2
hudi-bot commented on PR #5926:
URL: https://github.com/apache/hudi/pull/5926#issuecomment-1386496551
## CI report:
* ed783b49dbeec18cca93a9fe43f1c4f8ee9ae6dd UNKNOWN
* a94346128d6b22fec262f74d7c2c9d7d342a0a3c Azure:
[CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-
danny0405 commented on issue #7688:
URL: https://github.com/apache/hudi/issues/7688#issuecomment-1386495431
Thanks, we need more detail stack trace for the Hudi errors to triage the
problem.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
danny0405 commented on PR #7687:
URL: https://github.com/apache/hudi/pull/7687#issuecomment-1386493383
Thanks @BalaMahesh can we fire a JIRA issue and change the commit title to:
[HUDI-${JIRA_ID}] ${you commit title}
--
This is an automated message from the Apache Git Service.
To respond
danny0405 commented on issue #7689:
URL: https://github.com/apache/hudi/issues/7689#issuecomment-1386491862
The secondary view is a fallback when the first view returns any error from
server, the secondary is usually a local view that scans the files by local
task which is a costly operatio
hudi-bot commented on PR #7642:
URL: https://github.com/apache/hudi/pull/7642#issuecomment-1386491820
## CI report:
* 01697615c3d88afaa15a59cad6d0c5548b295253 Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1437
hudi-bot commented on PR #7612:
URL: https://github.com/apache/hudi/pull/7612#issuecomment-1386491701
## CI report:
* 1dc0a0732953fa0b470054c828981e226803e8aa Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1437
danny0405 commented on issue #7691:
URL: https://github.com/apache/hudi/issues/7691#issuecomment-1386486937
Okey, seems a bug, flink uses the constant namespace named 'record' when
generating the avro schema, does that cause the im-compatibility? Can you fire
a JIRA to address and fix this?
[
https://issues.apache.org/jira/browse/HUDI-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
HunterXHunter reassigned HUDI-5572:
---
Assignee: HunterXHunter
> Flink write need to skip check the compatibility of Schema#name
> -
alexeykudinkin commented on code in PR #7323:
URL: https://github.com/apache/hudi/pull/7323#discussion_r1073075839
##
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadata.java:
##
@@ -152,7 +153,8 @@ protected Option>
getRecordByKey(String key,
@Overr
[
https://issues.apache.org/jira/browse/HUDI-5276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kudinkin updated HUDI-5276:
--
Description:
When we query sql in hive like:
select mainwaybillno,
zonecode,
accountantcode,
[
https://issues.apache.org/jira/browse/HUDI-5276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kudinkin reassigned HUDI-5276:
-
Assignee: Alexey Kudinkin
> Hudi getAllQueryPartitionPaths use regular match caused Inval
[
https://issues.apache.org/jira/browse/HUDI-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
HunterXHunter updated HUDI-5572:
Description:
When we use spark to initialize the hudi table,
.hoodie#hoodie.properties#hoodie.table
[
https://issues.apache.org/jira/browse/HUDI-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
HunterXHunter updated HUDI-5572:
Attachment: image-2023-01-18-11-51-12-914.png
> Flink write need to skip check the compatibility of
HunterXHunter created HUDI-5572:
---
Summary: Flink write need to skip check the compatibility of
Schema#name
Key: HUDI-5572
URL: https://issues.apache.org/jira/browse/HUDI-5572
Project: Apache Hudi
hudi-bot commented on PR #7642:
URL: https://github.com/apache/hudi/pull/7642#issuecomment-1386443421
## CI report:
* 094ff711d9518a04e93ab0ba28ed636827652d8c Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1426
hudi-bot commented on PR #6384:
URL: https://github.com/apache/hudi/pull/6384#issuecomment-1386442484
## CI report:
* Unknown: [CANCELED](TBD)
* a7ece0e42ac674d75b035220f129e5c0892dbf05 Azure:
[PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039
hudi-bot commented on PR #7642:
URL: https://github.com/apache/hudi/pull/7642#issuecomment-1386439125
## CI report:
* 094ff711d9518a04e93ab0ba28ed636827652d8c Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1426
hudi-bot commented on PR #6384:
URL: https://github.com/apache/hudi/pull/6384#issuecomment-1386438102
## CI report:
* Unknown: [CANCELED](TBD)
* a7ece0e42ac674d75b035220f129e5c0892dbf05 UNKNOWN
Bot commands
@hudi-bot supports the following commands:
- `
ThinkerLei commented on PR #6384:
URL: https://github.com/apache/hudi/pull/6384#issuecomment-1386436685
@hudi-bot run azure re-run the last Azure build
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to g
hudi-bot commented on PR #6815:
URL: https://github.com/apache/hudi/pull/6815#issuecomment-1386433086
## CI report:
* 13fb78850890b96b86b66d7df060feb11950ec0c UNKNOWN
* 3d90e88fda205fd2cbf95c402a19b5bba2ebfa18 Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2
hudi-bot commented on PR #6384:
URL: https://github.com/apache/hudi/pull/6384#issuecomment-1386432790
## CI report:
* d18a40d00cb6ff6c2ff2768b289c1435e3ceaa28 Azure:
[FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1205
ThinkerLei commented on PR #6384:
URL: https://github.com/apache/hudi/pull/6384#issuecomment-1386415494
@hudi-bot run azure
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
[
https://issues.apache.org/jira/browse/HUDI-5535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raymond Xu updated HUDI-5535:
-
Status: Patch Available (was: In Progress)
> Add support for keyless for all keygens(non partitioned, tim
[
https://issues.apache.org/jira/browse/HUDI-5535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raymond Xu updated HUDI-5535:
-
Reviewers: Alexey Kudinkin
> Add support for keyless for all keygens(non partitioned, timestamp based key
[
https://issues.apache.org/jira/browse/HUDI-5535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raymond Xu updated HUDI-5535:
-
Status: In Progress (was: Open)
> Add support for keyless for all keygens(non partitioned, timestamp base
[
https://issues.apache.org/jira/browse/HUDI-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kudinkin updated HUDI-5417:
--
Status: In Progress (was: Open)
> Support to read avro from non-legacy map/list in parquet log
[
https://issues.apache.org/jira/browse/HUDI-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kudinkin updated HUDI-5417:
--
Status: Patch Available (was: In Progress)
> Support to read avro from non-legacy map/list in p
[
https://issues.apache.org/jira/browse/HUDI-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kudinkin updated HUDI-5417:
--
Story Points: 1
> Support to read avro from non-legacy map/list in parquet log
> --
[
https://issues.apache.org/jira/browse/HUDI-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raymond Xu updated HUDI-5537:
-
Sprint: 0.13.0 Final Sprint 2 (was: 0.13.0 Final Sprint 2, 0.13.0 Final
Sprint 3)
> Support partitionBy
[
https://issues.apache.org/jira/browse/HUDI-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kudinkin updated HUDI-5417:
--
Reviewers: Alexey Kudinkin
> Support to read avro from non-legacy map/list in parquet log
> ---
[
https://issues.apache.org/jira/browse/HUDI-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kudinkin updated HUDI-5417:
--
Summary: Support to read avro from non-legacy map/list in parquet log
(was: support to read av
[
https://issues.apache.org/jira/browse/HUDI-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kudinkin updated HUDI-5417:
--
Sprint: 0.13.0 Final Sprint 3
> support to read avro from non-legacy map/list in parquet log
>
[
https://issues.apache.org/jira/browse/HUDI-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kudinkin updated HUDI-5417:
--
Fix Version/s: 0.13.0
> support to read avro from non-legacy map/list in parquet log
>
[
https://issues.apache.org/jira/browse/HUDI-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kudinkin updated HUDI-5417:
--
Priority: Blocker (was: Major)
> support to read avro from non-legacy map/list in parquet log
[
https://issues.apache.org/jira/browse/HUDI-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kudinkin reassigned HUDI-5417:
-
Assignee: Frank Wong
> support to read avro from non-legacy map/list in parquet log
> --
[
https://issues.apache.org/jira/browse/HUDI-5569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raymond Xu updated HUDI-5569:
-
Reviewers: sivabalan narayanan
> Files written by first commit/delta commit if it failed is detected as va
[
https://issues.apache.org/jira/browse/HUDI-5475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raymond Xu updated HUDI-5475:
-
Reviewers: Raymond Xu
> not able to generate utilities-slim bundle dependency tree
> -
[
https://issues.apache.org/jira/browse/HUDI-5569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raymond Xu updated HUDI-5569:
-
Story Points: 2
> Files written by first commit/delta commit if it failed is detected as valid
> data fil
[
https://issues.apache.org/jira/browse/HUDI-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raymond Xu updated HUDI-:
-
Reviewers: Alexey Kudinkin
> Set class loader for parquet data block
> ---
[
https://issues.apache.org/jira/browse/HUDI-5323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ethan Guo updated HUDI-5323:
Story Points: 1 (was: 0.5)
> Decouple virtual key with writing bloom filters to parquet files
> ---
[
https://issues.apache.org/jira/browse/HUDI-5442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ethan Guo updated HUDI-5442:
Story Points: 2 (was: 1)
> Fix HiveHoodieTableFileIndex to use lazy listing
> -
[
https://issues.apache.org/jira/browse/HUDI-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raymond Xu updated HUDI-:
-
Story Points: 0.5
> Set class loader for parquet data block
> ---
>
>
[
https://issues.apache.org/jira/browse/HUDI-5534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kudinkin updated HUDI-5534:
--
Story Points: 3 (was: 2)
> Optimize Bloom Index lookup DAG
> ---
>
[
https://issues.apache.org/jira/browse/HUDI-4586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kudinkin closed HUDI-4586.
-
Resolution: Fixed
> Address S3 timeouts in Bloom Index with metadata table
> -
[
https://issues.apache.org/jira/browse/HUDI-5384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kudinkin updated HUDI-5384:
--
Story Points: 1 (was: 2)
> Make sure predicates are appropriately pushed down to HoodieFileInde
[
https://issues.apache.org/jira/browse/HUDI-5552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kudinkin updated HUDI-5552:
--
Reviewers: Alexey Kudinkin (was: Alexey Kudinkin)
> Too slow while using trino-hudi connector w
[
https://issues.apache.org/jira/browse/HUDI-5485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ethan Guo updated HUDI-5485:
Story Points: 1 (was: 0.5)
> Improve performance of savepoint with MDT
> --
[
https://issues.apache.org/jira/browse/HUDI-5485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ethan Guo updated HUDI-5485:
Reviewers: sivabalan narayanan
> Improve performance of savepoint with MDT
> ---
[
https://issues.apache.org/jira/browse/HUDI-5552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raymond Xu updated HUDI-5552:
-
Reviewers: Alexey Kudinkin
> Too slow while using trino-hudi connector while querying partitioned tables.
[
https://issues.apache.org/jira/browse/HUDI-5552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raymond Xu updated HUDI-5552:
-
Story Points: 2
> Too slow while using trino-hudi connector while querying partitioned tables.
> -
[
https://issues.apache.org/jira/browse/HUDI-5552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raymond Xu reassigned HUDI-5552:
Assignee: Ethan Guo (was: Alexey Kudinkin)
> Too slow while using trino-hudi connector while query
[
https://issues.apache.org/jira/browse/HUDI-5443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kudinkin updated HUDI-5443:
--
Story Points: 3 (was: 4)
> Fix exception when querying MOR table after applying NestedSchemaPru
[
https://issues.apache.org/jira/browse/HUDI-5570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sivabalan narayanan updated HUDI-5570:
--
Summary: Test scenario for failed compaction retried w/ MDT able to serve
just the requi
[
https://issues.apache.org/jira/browse/HUDI-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sivabalan narayanan updated HUDI-5571:
--
Epic Link: HUDI-4699
Story Points: 2
> Add support for keyless for all keygens(no
[
https://issues.apache.org/jira/browse/HUDI-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sivabalan narayanan updated HUDI-5571:
--
Fix Version/s: 0.13.0
> Add support for keyless for all keygens(non partitioned, timesta
[
https://issues.apache.org/jira/browse/HUDI-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sivabalan narayanan reassigned HUDI-5571:
-
Assignee: Lokesh Jain
> Add support for keyless for all keygens(non partitioned,
[
https://issues.apache.org/jira/browse/HUDI-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sivabalan narayanan updated HUDI-5571:
--
Sprint: 0.13.0 Final Sprint 3
> Add support for keyless for all keygens(non partitioned,
[
https://issues.apache.org/jira/browse/HUDI-5498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ethan Guo updated HUDI-5498:
Sprint: 0.13.0 Final Sprint, 0.13.0 Final Sprint 2, 0.13.0 Final Sprint 3
(was: 0.13.0 Final Sprint, 0.13.0
[
https://issues.apache.org/jira/browse/HUDI-5535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sivabalan narayanan updated HUDI-5535:
--
Story Points: 2 (was: 3)
> Add support for keyless for all keygens(non partitioned, tim
[
https://issues.apache.org/jira/browse/HUDI-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sivabalan narayanan updated HUDI-5571:
--
Priority: Blocker (was: Critical)
> Add support for keyless for all keygens(non partiti
[
https://issues.apache.org/jira/browse/HUDI-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sivabalan narayanan updated HUDI-5571:
--
Priority: Critical (was: Major)
> Add support for keyless for all keygens(non partition
[
https://issues.apache.org/jira/browse/HUDI-5535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sivabalan narayanan reassigned HUDI-5535:
-
Assignee: sivabalan narayanan (was: Lokesh Jain)
> Add support for keyless for a
sivabalan narayanan created HUDI-5571:
-
Summary: Add support for keyless for all keygens(non partitioned,
timestamp based key gen) row writer
Key: HUDI-5571
URL: https://issues.apache.org/jira/browse/HUDI-557
[
https://issues.apache.org/jira/browse/HUDI-3517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sivabalan narayanan updated HUDI-3517:
--
Sprint: 0.13.0 Final Sprint, 0.13.0 Final Sprint 2 (was: 0.13.0 Final
Sprint, 0.13.0 Fi
[
https://issues.apache.org/jira/browse/HUDI-4700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sivabalan narayanan updated HUDI-4700:
--
Sprint: 0.13.0 Final Sprint 2 (was: 0.13.0 Final Sprint 2, 0.13.0 Final
Sprint 3)
> RF
[
https://issues.apache.org/jira/browse/HUDI-5520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sivabalan narayanan updated HUDI-5520:
--
Story Points: 2 (was: 1)
> Fail MDT when list of log files grows unboundedly
>
[
https://issues.apache.org/jira/browse/HUDI-3636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sivabalan narayanan updated HUDI-3636:
--
Story Points: 1 (was: 0)
> Clustering fails due to marker creation failure
> --
[
https://issues.apache.org/jira/browse/HUDI-5392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kudinkin updated HUDI-5392:
--
Story Points: 1 (was: 2)
> Fix Bootstrap files reader to configure arrays to be read in the new
1 - 100 of 287 matches
Mail list logo