:wave: Hello folks, Currently, I am working on thi...
# troubleshooting
t
๐Ÿ‘‹ Hello folks, Currently, I am working on this issue and need some help in generating thrift sources ๐Ÿงต
based on the investigation, I need to add Interval Qualifier to the ExpressionType and for this I need to update
query.thrift
file. After updating the
query.thrift
file, the java source for the thrift file is not generating when I am running
mvn clean install -DskipTests -Dcheckstyle.skip -Dlicense.skip=true
. I believe that the java source for the thrift file should be generated when the entire package is being build as there is a pom build rule defined here. Is there any other command I can run to generate java source for thrift files?
m
You might have to generate the Java file via standalone thrift and then commit the new file. It could be made part of the build I guess
t
Thanks Mayank! yeah, I went ahead and manually generated the java files
Here is the PR for this change: https://github.com/apache/pinot/pull/9184 , what is the process to ask for the code review? I am not able to request review from the PR.
@Mayank perhaps can you help with the review? ๐Ÿ™‚
m
Hey @Tanmesh Mishra thanks Will review
๐Ÿ‘ 1
I have added @Jackie as reviewer also
๐Ÿ™‡ 1