[
https://issues.apache.org/jira/browse/BEAM-8603?focusedWorklogId=341591&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-341591
]
ASF GitHub Bot logged work on BEAM-8603:
----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Nov/19 01:48
Start Date: 12/Nov/19 01:48
Worklog Time Spent: 10m
Work Description: TheNeuralBit commented on pull request #10055:
[BEAM-8603] Add Python SqlTransform example script
URL: https://github.com/apache/beam/pull/10055#discussion_r344985062
##########
File path: sdks/java/extensions/sql/build.gradle
##########
@@ -24,6 +24,7 @@ plugins {
}
applyJavaNature(
automaticModuleName: 'org.apache.beam.sdk.extensions.sql',
+ shadowClosure: {},
Review comment:
@lukecwik I added this so I can build a single jar to pass to Java workers
for the xlang transform (see the
`--experiment='jar_packages=./sdks/java/extensions/sql/build/libs/beam-sdks-java-extensions-sql-2.18.0-SNAPSHOT.jar'
\` line in my "how to run" in the description), but it looks like it's causing
`:sdks:java:extensions:sql:validateShadedJarDoesntLeakNonProjectClasses` to
fail spectacularly. Is there some other way I can do this?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 341591)
Time Spent: 0.5h (was: 20m)
> Add Python SqlTransform example script
> --------------------------------------
>
> Key: BEAM-8603
> URL: https://issues.apache.org/jira/browse/BEAM-8603
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Brian Hulette
> Assignee: Brian Hulette
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)