Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-12 Thread via GitHub
yihua merged PR #10954: URL: https://github.com/apache/hudi/pull/10954 -- 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. To unsubscribe, e-mail:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-12 Thread via GitHub
yihua commented on code in PR #10954: URL: https://github.com/apache/hudi/pull/10954#discussion_r1562924017 ## hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/functional/TestSparkHoodieParquetReader.java: ## @@ -0,0 +1,48 @@ +/* + * Licensed to the Apache

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-12 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2052016503 ## CI report: * 8f1ba6d46d8777f39c522d8bcac545ba3d4fd544 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-12 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2051897716 ## CI report: * 8f1ba6d46d8777f39c522d8bcac545ba3d4fd544 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-12 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2051884556 ## CI report: * 8f1ba6d46d8777f39c522d8bcac545ba3d4fd544 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2051021308 ## CI report: * dbdefad652d5c51b19175ca70374b7737a004952 UNKNOWN * 8f1ba6d46d8777f39c522d8bcac545ba3d4fd544 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2050873413 ## CI report: * dbdefad652d5c51b19175ca70374b7737a004952 UNKNOWN * f6c5bebf97872d05f27137febbc727d5ad9f8e78 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2050867560 ## CI report: * dbdefad652d5c51b19175ca70374b7737a004952 UNKNOWN * f6c5bebf97872d05f27137febbc727d5ad9f8e78 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
jonvex commented on code in PR #10954: URL: https://github.com/apache/hudi/pull/10954#discussion_r1561923113 ## hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/functional/TestSparkHoodieParquetReader.java: ## @@ -0,0 +1,48 @@ +/* + * Licensed to the Apache

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
jonvex commented on code in PR #10954: URL: https://github.com/apache/hudi/pull/10954#discussion_r1561922013 ## hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/SparkHoodieParquetReaderBase.scala: ## @@ -0,0 +1,99 @@ +/*

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2050723773 ## CI report: * dbdefad652d5c51b19175ca70374b7737a004952 UNKNOWN * f6c5bebf97872d05f27137febbc727d5ad9f8e78 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2050679866 ## CI report: * 120226ac7bc6eeb735307745dfa47782a311470b Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2050673466 ## CI report: * 120226ac7bc6eeb735307745dfa47782a311470b Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-205013 ## CI report: * 120226ac7bc6eeb735307745dfa47782a311470b Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2050619920 ## CI report: * 815b6fd6af5676590079cf6f9e23b7a2fdb4ccd8 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
yihua commented on code in PR #10954: URL: https://github.com/apache/hudi/pull/10954#discussion_r1561624097 ## hudi-spark-datasource/hudi-spark3.2.x/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/Spark32HoodieParquetReader.scala: ## @@ -0,0 +1,267 @@ +/* + *

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
yihua commented on code in PR #10954: URL: https://github.com/apache/hudi/pull/10954#discussion_r1561538422 ## hudi-client/hudi-spark-client/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/SparkHoodieParquetReader.scala: ## @@ -0,0 +1,46 @@ +/* + * Licensed to

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2050389038 ## CI report: * 815b6fd6af5676590079cf6f9e23b7a2fdb4ccd8 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2050305485 ## CI report: * 815b6fd6af5676590079cf6f9e23b7a2fdb4ccd8 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2050294102 ## CI report: * 815b6fd6af5676590079cf6f9e23b7a2fdb4ccd8 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2050107722 ## CI report: * 815b6fd6af5676590079cf6f9e23b7a2fdb4ccd8 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2050009331 ## CI report: * 8205971561917ad2ec5a41a03edcb0c8e8da93c4 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2049993876 ## CI report: * 8205971561917ad2ec5a41a03edcb0c8e8da93c4 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2049978554 ## CI report: * 8205971561917ad2ec5a41a03edcb0c8e8da93c4 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2049876645 ## CI report: * 8205971561917ad2ec5a41a03edcb0c8e8da93c4 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-11 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2049858559 ## CI report: * 8205971561917ad2ec5a41a03edcb0c8e8da93c4 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-10 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2048791453 ## CI report: * 8205971561917ad2ec5a41a03edcb0c8e8da93c4 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-10 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2048784864 ## CI report: * 8ca12f25bce0d5cfb2dc56785db076e0fa90df33 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-10 Thread via GitHub
yihua commented on code in PR #10954: URL: https://github.com/apache/hudi/pull/10954#discussion_r1560197011 ## hudi-spark-datasource/hudi-spark3.1.x/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/Spark31HoodieParquetReader.scala: ## @@ -0,0 +1,243 @@ +/* + *

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-10 Thread via GitHub
yihua commented on code in PR #10954: URL: https://github.com/apache/hudi/pull/10954#discussion_r1560196842 ## hudi-spark-datasource/hudi-spark2/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/Spark24HoodieParquetReader.scala: ## @@ -0,0 +1,222 @@ +/* + *

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-10 Thread via GitHub
yihua commented on code in PR #10954: URL: https://github.com/apache/hudi/pull/10954#discussion_r1560196572 ## hudi-spark-datasource/hudi-spark2/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/Spark24HoodieParquetReader.scala: ## @@ -0,0 +1,222 @@ +/* + *

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-05 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2040805972 ## CI report: * 8ca12f25bce0d5cfb2dc56785db076e0fa90df33 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-05 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2040652407 ## CI report: * 867593d87c13cc1963488e0b66e9292ffb88a192 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-05 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2040643204 ## CI report: * 867593d87c13cc1963488e0b66e9292ffb88a192 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2038425183 ## CI report: * 867593d87c13cc1963488e0b66e9292ffb88a192 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2038416918 ## CI report: * 0f008226941809a6940c54425bd9fec2b28e5d91 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2038345547 ## CI report: * 0f008226941809a6940c54425bd9fec2b28e5d91 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2038250096 ## CI report: * bab974a26018ef5a42cb7e08fc95b0e0bb94f75e UNKNOWN * 700013b3ea9d708dfcc2afdbc83611f3d664e292 UNKNOWN * 0f008226941809a6940c54425bd9fec2b28e5d91 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2038236761 ## CI report: * bab974a26018ef5a42cb7e08fc95b0e0bb94f75e UNKNOWN * 700013b3ea9d708dfcc2afdbc83611f3d664e292 UNKNOWN * 867593d87c13cc1963488e0b66e9292ffb88a192 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2038118524 ## CI report: * bab974a26018ef5a42cb7e08fc95b0e0bb94f75e UNKNOWN * 700013b3ea9d708dfcc2afdbc83611f3d664e292 UNKNOWN * 867593d87c13cc1963488e0b66e9292ffb88a192 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2038048450 ## CI report: * bab974a26018ef5a42cb7e08fc95b0e0bb94f75e UNKNOWN * 700013b3ea9d708dfcc2afdbc83611f3d664e292 UNKNOWN * 5813cbf24bfac914f265ade1935eeceb369b9a73 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2038008289 ## CI report: * bab974a26018ef5a42cb7e08fc95b0e0bb94f75e UNKNOWN * 700013b3ea9d708dfcc2afdbc83611f3d664e292 UNKNOWN * 7345f6bdbcc8a1e1524b98273a4be98aa452d5d5 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2037900612 ## CI report: * bab974a26018ef5a42cb7e08fc95b0e0bb94f75e UNKNOWN * 700013b3ea9d708dfcc2afdbc83611f3d664e292 UNKNOWN * 7345f6bdbcc8a1e1524b98273a4be98aa452d5d5 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2037888116 ## CI report: * bab974a26018ef5a42cb7e08fc95b0e0bb94f75e UNKNOWN * 700013b3ea9d708dfcc2afdbc83611f3d664e292 UNKNOWN * e3957c5f44051c1463d4d901f16fd9a7afc2276a Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
jonvex commented on code in PR #10954: URL: https://github.com/apache/hudi/pull/10954#discussion_r1552208675 ## hudi-spark-datasource/hudi-spark2/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/Spark24HoodieParquetReader.scala: ## @@ -0,0 +1,222 @@ +/* + *

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
jonvex commented on code in PR #10954: URL: https://github.com/apache/hudi/pull/10954#discussion_r1552208880 ## hudi-spark-datasource/hudi-spark2/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/Spark24HoodieParquetReader.scala: ## @@ -0,0 +1,222 @@ +/* + *

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
jonvex commented on code in PR #10954: URL: https://github.com/apache/hudi/pull/10954#discussion_r1552208386 ## hudi-spark-datasource/hudi-spark2/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/Spark24HoodieParquetReader.scala: ## @@ -0,0 +1,222 @@ +/* + *

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2037874859 ## CI report: * bab974a26018ef5a42cb7e08fc95b0e0bb94f75e UNKNOWN * 700013b3ea9d708dfcc2afdbc83611f3d664e292 UNKNOWN * e3957c5f44051c1463d4d901f16fd9a7afc2276a Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2037785355 ## CI report: * bab974a26018ef5a42cb7e08fc95b0e0bb94f75e UNKNOWN * 700013b3ea9d708dfcc2afdbc83611f3d664e292 UNKNOWN * e3957c5f44051c1463d4d901f16fd9a7afc2276a Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2037768470 ## CI report: * bab974a26018ef5a42cb7e08fc95b0e0bb94f75e UNKNOWN * 700013b3ea9d708dfcc2afdbc83611f3d664e292 UNKNOWN * 37f52eb5ef004d036cfbf59ebeab0986610536fd Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2037651234 ## CI report: * bab974a26018ef5a42cb7e08fc95b0e0bb94f75e UNKNOWN * 700013b3ea9d708dfcc2afdbc83611f3d664e292 UNKNOWN * 37f52eb5ef004d036cfbf59ebeab0986610536fd Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2037635612 ## CI report: * bab974a26018ef5a42cb7e08fc95b0e0bb94f75e UNKNOWN * 3c7ecf1e4377ac0a031d73e4becbfb67a848090a Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2037618440 ## CI report: * bab974a26018ef5a42cb7e08fc95b0e0bb94f75e UNKNOWN * 3c7ecf1e4377ac0a031d73e4becbfb67a848090a Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2037509122 ## CI report: * bab974a26018ef5a42cb7e08fc95b0e0bb94f75e UNKNOWN * 3c7ecf1e4377ac0a031d73e4becbfb67a848090a Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2037486549 ## CI report: * bab974a26018ef5a42cb7e08fc95b0e0bb94f75e UNKNOWN * 0eb218586f309d5dd2eeb5d2c8cd0ca3b7f54565 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2037468026 ## CI report: * 865526e2bb6d40e51fe7b72bb5313701efb6df19 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-04 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2037354846 ## CI report: * 865526e2bb6d40e51fe7b72bb5313701efb6df19 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-03 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2035796882 ## CI report: * 865526e2bb6d40e51fe7b72bb5313701efb6df19 Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-03 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2035703493 ## CI report: * a20e9d4c236a04becc36724f22972c8eb925c15d Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-03 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2035693521 ## CI report: * a20e9d4c236a04becc36724f22972c8eb925c15d Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-03 Thread via GitHub
jonvex commented on code in PR #10954: URL: https://github.com/apache/hudi/pull/10954#discussion_r1549758875 ## hudi-spark-datasource/hudi-spark2/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/Spark24HoodieParquetReader.scala: ## @@ -0,0 +1,222 @@ +/* + *

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-02 Thread via GitHub
jonvex commented on code in PR #10954: URL: https://github.com/apache/hudi/pull/10954#discussion_r1548833622 ## hudi-spark-datasource/hudi-spark2/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/Spark24HoodieParquetReader.scala: ## @@ -0,0 +1,222 @@ +/* + *

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-02 Thread via GitHub
yihua commented on code in PR #10954: URL: https://github.com/apache/hudi/pull/10954#discussion_r1548749928 ## hudi-spark-datasource/hudi-spark2/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/Spark24HoodieParquetReader.scala: ## @@ -0,0 +1,222 @@ +/* + *

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-02 Thread via GitHub
yihua commented on code in PR #10954: URL: https://github.com/apache/hudi/pull/10954#discussion_r1548747722 ## hudi-spark-datasource/hudi-spark2/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/Spark24HoodieParquetReader.scala: ## @@ -0,0 +1,222 @@ +/* + *

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-02 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2033089327 ## CI report: * a20e9d4c236a04becc36724f22972c8eb925c15d Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-02 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2033006083 ## CI report: * a20e9d4c236a04becc36724f22972c8eb925c15d Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-02 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2032995749 ## CI report: * a20e9d4c236a04becc36724f22972c8eb925c15d UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-02 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2032852190 ## CI report: * a20e9d4c236a04becc36724f22972c8eb925c15d Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-02 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2032724723 ## CI report: * a20e9d4c236a04becc36724f22972c8eb925c15d Azure:

Re: [PR] [HUDI-7565] Create spark file readers to read a single file instead of an entire partition [hudi]

2024-04-02 Thread via GitHub
hudi-bot commented on PR #10954: URL: https://github.com/apache/hudi/pull/10954#issuecomment-2032709221 ## CI report: * a20e9d4c236a04becc36724f22972c8eb925c15d UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run