Zhao Yuhang

Results 4 comments of Zhao Yuhang

- table ad_log schema: ```sql ... user_id varchar(32), campaign_id long, day int, impression long, ... ``` - example user_id | campaign_id | day | impression ------------ | ------------ | ------------...

I'm using .\gradlew.bat clean buildPlugin throw the error too: coroutines-javaagent.jar not found idea U 2023.3 plugin 1.17.1(1.61.1 as same)+gradle 8.5

Change the config from org.gradle.configuration-cache = true to org.gradle.configuration-cache = false (in gradle.properties), the problem resolved.