-
Notifications
You must be signed in to change notification settings - Fork 2.3k
FINERACT-2447: Bulk Import processing result file not working on Postgresql #5366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
|
@ap200506-sudo could you please add this in the commit message and in the PR title "FINERACT-2447: Bulk Import processing result file not working on Postgresql". Please make sure to squash and commit your changes (only 1 commit per PR). |
IOhacker
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kindly see my comments
sure |
|
@ap200506-sudo execute the following command ./gradlew :fineract-provider:spotlessApply and squash and commit, make sure the commit message is the same of the PR title. |
a7ef3b5 to
9ef9362
Compare
|
keep trying with the squash and commit it will be very common :) |
f6ae57b to
32d8463
Compare
|
Thanks for the feedback! Please check the PR now |
|
Hi mate, please check that the PR contains the modified file :) |
32d8463 to
eafc2b8
Compare
|
Updated |
|
Now lets run the Github Actions and wait for the result. |
|
yes lets wait |
|
Thanks for the patience and sorry for the confusion earlier. I’ve checked the CI failure it appears that it is not caused by the PostgreSQL bulk import changes in this PR. please let me know if you’d like me to retry the build or take any additional steps. |
|
6412f41 to
924b63c
Compare
|
l have ran the ./gradlew :fineract-provider:spotlessApply command and pushed the code again |
Problem:
PostgreSQL throws a type mismatch error when downloading bulk import output templates
because importDocumentId is passed as String or Integer, but i.id column is bigint.
Fix: