From 1590f62a5d1f702ae1094d0393f15e18f2632718 Mon Sep 17 00:00:00 2001 From: Zehua Zou <41586196+HuaHuaY@users.noreply.github.com> Date: Tue, 24 Feb 2026 15:08:06 +0800 Subject: [PATCH] hint IDE the source code generated by thrift --- parquet-format-structures/pom.xml | 19 +++++++++++++++++++ parquet-thrift/pom.xml | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/parquet-format-structures/pom.xml b/parquet-format-structures/pom.xml index b680d6016a..7ff9c6a113 100644 --- a/parquet-format-structures/pom.xml +++ b/parquet-format-structures/pom.xml @@ -133,6 +133,25 @@ true + + org.codehaus.mojo + build-helper-maven-plugin + 3.6.0 + + + add-sources + generate-sources + + add-source + + + + ${project.build.directory}/generated-sources/thrift + + + + + diff --git a/parquet-thrift/pom.xml b/parquet-thrift/pom.xml index 0ac455f33f..9c4d1fe8c7 100644 --- a/parquet-thrift/pom.xml +++ b/parquet-thrift/pom.xml @@ -206,6 +206,25 @@ org.apache.maven.plugins maven-shade-plugin + + org.codehaus.mojo + build-helper-maven-plugin + 3.6.0 + + + add-test-sources + generate-test-sources + + add-test-source + + + + ${project.build.directory}/generated-test-sources/thrift + + + + +